http://bugs.winehq.org/show_bug.cgi?id=4964
------- Additional Comments From juris.smotrovs@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.