X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_misc.c;h=d950d0a9e28c49906b9f8cf05ba5747732eb2e13;hb=2e8c8e1910a0f5a18c6108174bad31f13af38165;hp=f8b7f3356349a4d4d277fa743e22a340970f1277;hpb=5d724da03c1b5988304888c17c5eba8a40c0a529;p=freeglut diff --git a/src/freeglut_misc.c b/src/freeglut_misc.c index f8b7f33..d950d0a 100644 --- a/src/freeglut_misc.c +++ b/src/freeglut_misc.c @@ -99,7 +99,7 @@ void FGAPIENTRY glutReportErrors( void ) */ void FGAPIENTRY glutIgnoreKeyRepeat( int ignore ) { - fgState.IgnoreKeyRepeat = ignore ? TRUE : FALSE; + fgState.IgnoreKeyRepeat = ignore ? GL_TRUE : GL_FALSE; } /*