winex11.drv: Do not use any window types except _NET_WM_WINDOW_TYPE_NORMAL.
commit5ef58c11ce28c963908672f5c5c1fde866272ba5
authorDmitry Timoshkov <dmitry@codeweavers.com>
Tue, 22 Mar 2011 07:11:40 +0000 (22 15:11 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 29 Mar 2011 10:21:22 +0000 (29 12:21 +0200)
tree7e08cbf0b96e573b6ca53e911ae49b84d9819b7b
parentc199a468578d03e051c2b2972de3c88262f65993
winex11.drv: Do not use any window types except _NET_WM_WINDOW_TYPE_NORMAL.

Main window of the Atom Zombie Smasher game has WS_DLGFRAME style set,
but Metacity allows making fullscreen ONLY normal windows, so do not
use any window types except _NET_WM_WINDOW_TYPE_NORMAL.
dlls/winex11.drv/window.c