]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - winquake.h
fix mouse in win32, I had forgotten to update a lot of code
[xonotic/darkplaces.git] / winquake.h
index 72e0652ff7a256d4de81e6ebe61008d5bafdcd76..fead9350e865626adae1dd0815cde4620b7715de 100644 (file)
@@ -58,7 +58,6 @@ typedef enum {MS_WINDOWED, MS_FULLSCREEN, MS_FULLDIB, MS_UNINIT} modestate_t;
 extern modestate_t     modestate;
 
 extern HWND                    mainwindow;
-extern qboolean                ActiveApp, Minimized;
 
 void IN_ShowMouse (void);
 void IN_DeactivateMouse (void);