Changed WINPOS_CanActivate to not to consider WS_VISIBLE style.
commit983f90a59473891b4b67cf504ee71a7cbee1f4b1
authorAbey George <abey@macadamian.com>
Wed, 13 Oct 1999 15:43:45 +0000 (13 15:43 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 13 Oct 1999 15:43:45 +0000 (13 15:43 +0000)
tree596b0ea06464c4009e1ef8f31a1dbe39109e190b
parentbbde86e7acc202034dc08f9f8f7f9893267b5951
Changed WINPOS_CanActivate to not to consider WS_VISIBLE style.
Code for activating and setting focus to other windows when a window
is hidden, is moved to ShowWindow from SetWindowPos.
Activate the top level window if it's not active in ShowWindow(SW_SHOW).
windows/winpos.c