This helps FF 1.5.03 Restore from Maximize. Anyone open to a full rewrite of winpos and support?

svn path=/trunk/; revision=30500
This commit is contained in:
James Tabor 2007-11-16 12:57:01 +00:00
parent 4dc31c38a9
commit 910520b648

View file

@ -1415,6 +1415,7 @@ co_WinPosShowWindow(PWINDOW_OBJECT Window, INT Cmd)
Swp |= SWP_NOACTIVATE | SWP_NOZORDER;
/* Fall through. */
case SW_SHOW:
if (WasVisible) return(TRUE); // Nothing to do!
Swp |= SWP_SHOWWINDOW | SWP_NOSIZE | SWP_NOMOVE;
/* Don't activate the topmost window. */
break;