Ignore files generated by autoscan.
[freeglut] / src / freeglut_misc.c
index 932f6c7..e515b9b 100644 (file)
@@ -96,7 +96,7 @@ void FGAPIENTRY glutReportErrors( void )
 void FGAPIENTRY glutIgnoreKeyRepeat( int ignore )
 {
     freeglut_assert_ready;
-    freeglut_assert_window;
+    FREEGLUT_EXIT_IF_NO_WINDOW ( "glutIgnoreKeyRepeat" );
 
     fgStructure.Window->State.IgnoreKeyRepeat = ignore ? GL_TRUE : GL_FALSE;
 }