wined3d: Show fullscreen rendering windows.

This commit is contained in:
Stefan Dösinger 2007-02-13 20:21:36 +01:00 committed by Alexandre Julliard
parent f196680c59
commit e16d08f011
1 changed files with 1 additions and 0 deletions

View File

@ -1301,6 +1301,7 @@ static void WINAPI IWineD3DDeviceImpl_SetupFullscreenWindow(IWineD3DDevice *ifac
/* Inform the window about the update. */
SetWindowPos(window, HWND_TOP, 0, 0,
This->ddraw_width, This->ddraw_height, SWP_FRAMECHANGED);
ShowWindow(window, TRUE);
}
/*****************************************************************************