[Bug 11936] window size is too small in the "vc2008 redist installer" and "Firefox 3" [dogfood]

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jul 11 16:58:44 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=11936





--- Comment #13 from Andre Wisplinghoff <andre.wisplinghoff at 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.



More information about the wine-bugs mailing list