wined3d: Show fullscreen rendering windows.
This commit is contained in:
parent
f196680c59
commit
e16d08f011
|
@ -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);
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
|
|
Loading…
Reference in New Issue