Made Minimized qboolean for WIN32

This commit is contained in:
Danne 2000-05-19 13:35:17 +00:00
parent fe35e4a69c
commit b3fc949d8c
2 changed files with 2 additions and 2 deletions

View file

@ -1105,7 +1105,7 @@ void SCR_UpdateScreen (void)
#ifdef _WIN32 #ifdef _WIN32
{ // don't suck up any cpu if minimized { // don't suck up any cpu if minimized
extern int Minimized; extern qboolean Minimized;
if (Minimized) if (Minimized)
return; return;

View file

@ -44,7 +44,7 @@
qboolean dibonly; qboolean dibonly;
extern int Minimized; extern qboolean Minimized;
HWND mainwindow; HWND mainwindow;