http://bugs.winehq.org/show_bug.cgi?id=11936 --- Comment #13 from Andre Wisplinghoff <andre.wisplinghoff(a)gmail.com> 2008-07-11 16:58:43 --- I can't tell you why, but this helps here: --- a/dlls/user32/nonclient.c +++ b/dlls/user32/nonclient.c @@ -111,8 +111,8 @@ NC_AdjustRectOuter (LPRECT rect, DWORD style, BOOL menu, DWORD exStyle) { if (exStyle & WS_EX_TOOLWINDOW) rect->top -= GetSystemMetrics(SM_CYSMCAPTION); - else - rect->top -= GetSystemMetrics(SM_CYCAPTION); + // else + // rect->top -= GetSystemMetrics(SM_CYCAPTION); } if (menu) rect->top -= GetSystemMetrics(SM_CYMENU); } The fullscreen issue I mentioned in the last comment persists with this, though, so I think it is another bug. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.