Stefan Dösinger : wined3d: Show fullscreen rendering windows.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Feb 14 09:25:34 CST 2007


Module: wine
Branch: master
Commit: e16d08f011a9bff4191e0f2657f12b6ab7fd7ba8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e16d08f011a9bff4191e0f2657f12b6ab7fd7ba8

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Tue Feb 13 20:21:36 2007 +0100

wined3d: Show fullscreen rendering windows.

---

 dlls/wined3d/device.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/wined3d/device.c b/dlls/wined3d/device.c
index d3b8315..5b188c6 100644
--- a/dlls/wined3d/device.c
+++ b/dlls/wined3d/device.c
@@ -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);
 }
 
 /*****************************************************************************




More information about the wine-cvs mailing list