winex11.drv: Do not allow WM actions for windows with WS_DISABLED style set.
authorDmitry Timoshkov <dmitry@codeweavers.com>
Wed, 7 Apr 2010 06:41:01 +0000 (15:41 +0900)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 7 Apr 2010 11:51:21 +0000 (13:51 +0200)
commite35e75b4bf5db54cd6cda0c95dc8c9e14c1fccfb
tree5a050fa8d830d9234c2a5829b9dac6bbc243f3e4
parentfb9bca41e57582abde20f0e679767d9e4df7cca8
winex11.drv: Do not allow WM actions for windows with WS_DISABLED style set.

Some applications do not expect and could have undefined behaviour (or even
crash) when a not active (and disabled) main window under a dialog popup is
being closed or minimized/maximazed. Most of Window Managers allow that, but
Windows doesn't.
dlls/winex11.drv/window.c