Commit fd0e6018 authored by Roderick Colenbrander's avatar Roderick Colenbrander Committed by Alexandre Julliard

wined3d: Fix window rewrite regression.

parent b917bdaa
......@@ -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);
}
/*****************************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment