Add some comment about fix so it wont get removed as "unneeded"

This commit is contained in:
Dabb 2001-02-09 23:00:15 +00:00
parent 7b9f46471c
commit 369949e1d7

View file

@ -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);
}
}