mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-04-08 07:50:47 +00:00
Add some comment about fix so it wont get removed as "unneeded"
This commit is contained in:
parent
7b9f46471c
commit
369949e1d7
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue