implemented SUPER key/modifier support on windows
[freeglut] / src / fg_gamemode.c
index d210a88..f8559d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * freeglut_gamemode.c
+ * fg_gamemode.c
  *
  * The game mode handling code.
  *
 #include <GL/freeglut.h>
 #include "fg_internal.h"
 
-/*
- * TODO BEFORE THE STABLE RELEASE:
- *
- *  glutGameModeString()    -- missing
- *  glutEnterGameMode()     -- X11 version
- *  glutLeaveGameMode()     -- is that correct?
- *  glutGameModeGet()       -- is that correct?
- */
-
 
 /* -- PRIVATE FUNCTIONS ---------------------------------------------------- */
 extern void fgPlatformRememberState( void );