Re: [PATCH 5/5] winex11: Don't send SC_RESTORE when a maximized window switches to fullscreen.
4 Oct
2012
4 Oct
'12
12:23 p.m.
Henri Verbeet <hverbeet(a)codeweavers.com> wrote:
- if (style & WS_MAXIMIZE) + if ((style & WS_MAXIMIZE) && (style & WS_CAPTION) == WS_CAPTION)
Probably you should test for WS_MAXIMIZEBOX instead. -- Dmitry.
4818
Age (days ago)
4818
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov