X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_misc.c;fp=src%2Ffreeglut_misc.c;h=d950d0a9e28c49906b9f8cf05ba5747732eb2e13;hb=074fe7a4ceb20811af83f735d5db74d69d11442c;hp=f8b7f3356349a4d4d277fa743e22a340970f1277;hpb=1fcc6b80990394c277a4c2ddeafab948ada650cd;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; } /*