Stefan Dösinger : wined3d: Show fullscreen rendering windows.
Module: wine Branch: master Commit: e16d08f011a9bff4191e0f2657f12b6ab7fd7ba8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e16d08f011a9bff4191e0f2657... Author: Stefan Dösinger <stefan(a)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); } /*****************************************************************************
participants (1)
-
Alexandre Julliard