wined3d: Fix window rewrite regression.

This commit is contained in:
Roderick Colenbrander 2008-08-21 20:51:18 +00:00 committed by Alexandre Julliard
parent b917bdaa52
commit fd0e60180a

View file

@ -1319,8 +1319,7 @@ static void WINAPI IWineD3DDeviceImpl_SetupFullscreenWindow(IWineD3DDevice *ifac
/* Inform the window about the update. */
SetWindowPos(window, HWND_TOP, 0, 0,
w, h, SWP_FRAMECHANGED);
ShowWindow(window, SW_NORMAL);
w, h, SWP_FRAMECHANGED | SWP_SHOWWINDOW);
}
/*****************************************************************************