Don't map/unmap a top-level window when WS_VISIBLE changes, only when
authorAlexandre Julliard <julliard@winehq.org>
Tue, 20 Aug 2002 00:36:45 +0000 (00:36 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 20 Aug 2002 00:36:45 +0000 (00:36 +0000)
commit911a17748f7a509e0809c1519bef5e34037f1082
tree907cda633bd7343d9f83c6dcea6ddfd96af2fcf2
parente9280a1eeca1a7e7551485e3ded4126a893a0c20
Don't map/unmap a top-level window when WS_VISIBLE changes, only when
we explicitly do a SetWindowPos(SWP_SHOWWINDOW/HIDEWINDOW).
Update the WM hints when mapping a window in case the style has
changed in the meantime.
dlls/x11drv/window.c
dlls/x11drv/winpos.c
include/x11drv.h