- moving to a new way of handling window changes (position, size, visibility)
[freeglut] / src / fg_gamemode.c
index d210a88..4b49dcc 100644 (file)
 #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 );