- moving to a new way of handling window changes (position, size, visibility)
[freeglut] / src / x11 / fg_internal_x11.h
index 9919ae5..2a3020f 100644 (file)
@@ -113,6 +113,7 @@ struct tagSFG_PlatformWindowState
 {
     int             OldWidth;           /* Window width from before a resize */
     int             OldHeight;          /*   "    height  "    "    "   "    */
+    GLboolean       KeyRepeating;       /* Currently in repeat mode?         */    
 };