mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 19:51:18 +00:00
Fix for alt-tab problem on nvidia cards. Thanks go to Tim for figuring this out.
This commit is contained in:
parent
48e901481a
commit
7b9f46471c
1 changed files with 1 additions and 1 deletions
|
@ -910,7 +910,7 @@ AppActivate (BOOL fActive, BOOL minimize)
|
|||
Sys_Error ("Couldn't set fullscreen DIB mode (try upgrading your video drivers)");
|
||||
}
|
||||
ShowWindow (mainwindow, SW_SHOWNORMAL);
|
||||
|
||||
MoveWindow(mainwindow,0,0,gdevmode.dmPelsWidth,gdevmode.dmPelsHeight,false);
|
||||
}
|
||||
}
|
||||
else if ((modestate == MS_WINDOWED) && _windowed_mouse->int_val
|
||||
|
|
Loading…
Reference in a new issue