commit | 114899a9dece61078a420b65ce3078e2edb14e68 | [log] [tgz] |
---|---|---|
author | NF Stevens <norman@arcady.u-net.com> | Sat Jan 30 15:49:51 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jan 30 15:49:51 1999 +0000 |
tree | 22207d90dfe511e50974743273088acc2bc025b8 | |
parent | a6af1f76a812c74acd0b4961ffcef2a02ddb92a9 [diff] |
In Window SetWindowPos with SWP_HIDEWINDOW does not remove the focus from the focus window; ShowWindow with SW_HIDE does. So move the code that does this from SetWindowPos to ShowWindow.