Don't call SetWindowPos in ShowWindow if a parent window is not
commit68b8a4ab6980c8c9fe80e6c11ba69725d84daf83
authorAlexandre Julliard <julliard@winehq.org>
Wed, 9 Nov 2005 10:35:48 +0000 (9 10:35 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 9 Nov 2005 10:35:48 +0000 (9 10:35 +0000)
tree342ab77b54d2812f39f4459e20c57cdcb4c6a460
parent86b6749208d1cbf69858ad5b8c05a22dcc353423
Don't call SetWindowPos in ShowWindow if a parent window is not
visible, only toggle the WS_VISIBLE flag.
dlls/user/tests/msg.c
dlls/x11drv/winpos.c