Enables showing of hidden windows when the app ask *only* to maximize it.

This commit is contained in:
Gerard Patel 2000-08-21 02:38:23 +00:00 committed by Alexandre Julliard
parent 7901c0b505
commit 7d0968e03b
1 changed files with 1 additions and 2 deletions

View File

@ -1255,8 +1255,7 @@ UINT WINPOS_MinMaximize( WND* wndPtr, UINT16 cmd, LPRECT16 lpRect )
if( wndPtr->dwStyle & WS_MINIMIZE )
{
if( wndPtr->flags & WIN_NATIVE )
if( wndPtr->pDriver->pSetHostAttr( wndPtr, HAK_ICONICSTATE, FALSE ) )
swpFlags |= MINMAX_NOSWP;
wndPtr->pDriver->pSetHostAttr( wndPtr, HAK_ICONICSTATE, FALSE );
WINPOS_ShowIconTitle( wndPtr, FALSE );
wndPtr->dwStyle &= ~WS_MINIMIZE;