Skip to content

winex11.drv: Use NtUserShowWindow() instead of WM_SYSCOMMAND to synchronize window state.

Dmitry Timoshkov requested to merge dmitry/wine:winex11.drv into master

DefWindowProc(WM_SYSCOMMAND) handler ignores commands for a WS_DISABLED window which leads to window state/size mismatch on X11 and win32 sides.

Merge request reports

Loading