[3/10] WineD3D: Show fullscreen rendering windows

Stefan Dösinger stefan at codeweavers.com
Tue Feb 13 13:21:36 CST 2007


This fixes the regression in 3DMark 2000
-------------- next part --------------
From 4331b41332c1a24141ec463dfa085163aa0bf1ad Mon Sep 17 00:00:00 2001
From: Stefan Doesinger <stefan at codeweavers.com>
Date: Sun, 28 Jan 2007 00:10:29 +0100
Subject: [PATCH] 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);
 }
 
 /*****************************************************************************
-- 
1.4.4.3



More information about the wine-patches mailing list