From 369949e1d7be3704553307cf6d87395376529b91 Mon Sep 17 00:00:00 2001 From: Dabb Date: Fri, 9 Feb 2001 23:00:15 +0000 Subject: [PATCH] Add some comment about fix so it wont get removed as "unneeded" --- source/vid_wgl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/vid_wgl.c b/source/vid_wgl.c index 6d0f4a3..0e4db44 100644 --- a/source/vid_wgl.c +++ b/source/vid_wgl.c @@ -910,6 +910,8 @@ AppActivate (BOOL fActive, BOOL minimize) Sys_Error ("Couldn't set fullscreen DIB mode (try upgrading your video drivers)"); } ShowWindow (mainwindow, SW_SHOWNORMAL); + + // Fix for alt-tab bug in NVidia drivers MoveWindow(mainwindow,0,0,gdevmode.dmPelsWidth,gdevmode.dmPelsHeight,false); } }