ShowWindow should not optimize SW_HIDE, it's the job of SetWindowPos.
This commit is contained in:
parent
85571bb128
commit
0d3748bbf6
|
@ -1280,7 +1280,6 @@ BOOL X11DRV_ShowWindow( HWND hwnd, INT cmd )
|
|||
switch(cmd)
|
||||
{
|
||||
case SW_HIDE:
|
||||
if (!wasVisible) goto END;
|
||||
swp |= SWP_HIDEWINDOW | SWP_NOSIZE | SWP_NOMOVE |
|
||||
SWP_NOACTIVATE | SWP_NOZORDER;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue