[Bug 4964] MDI child not informed of max/minimization

Wine Bugs wine-bugs at winehq.org
Fri Mar 31 08:42:41 CST 2006


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





------- Additional Comments From juris.smotrovs at sets.lv  2006-31-03 08:42 -------
Created an attachment (id=2181)
 --> (http://bugs.winehq.org/attachment.cgi?id=2181&action=view)
Patch solving the problem

Currently the SWP_NOCLIENTSIZE is removed only if size in pixels changes.
The patch removes the flag also when the window gets maximized or minimized,
so that WM_SIZE gets sent also in these cases (see description in MSDN).
This removing is added in dlls/x11drv/winpos.c, fixup_flags(...)
where other similar flag adaptations are done.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list