user32: Add the SW_SHOWDEFAULT case to WINPOS_MinMaximize().

This commit is contained in:
Dmitry Timoshkov 2011-03-29 15:00:39 +09:00 committed by Alexandre Julliard
parent c0913ed064
commit 5fea02e8c2
1 changed files with 1 additions and 0 deletions

View File

@ -955,6 +955,7 @@ UINT WINPOS_MinMaximize( HWND hwnd, UINT cmd, LPRECT rect )
/* fall through */
case SW_SHOWNORMAL:
case SW_RESTORE:
case SW_SHOWDEFAULT: /* FIXME: should have its own handler */
old_style = WIN_SetStyle( hwnd, 0, WS_MINIMIZE | WS_MAXIMIZE );
if (old_style & WS_MINIMIZE)
{