X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_callbacks.c;h=d7c998a00061a19c1e637d5f27a57adeb0ec1733;hb=69f96533fcedaf91c2b6c53da6e1c20fb145b425;hp=baaeee18562a955f31abcdcc88857a4b5f6b995a;hpb=c466a2b89f6e2984080ee387922319be57fdca14;p=freeglut diff --git a/src/freeglut_callbacks.c b/src/freeglut_callbacks.c index baaeee1..d7c998a 100644 --- a/src/freeglut_callbacks.c +++ b/src/freeglut_callbacks.c @@ -29,7 +29,7 @@ #include "config.h" #endif -#include "../include/GL/freeglut.h" +#include #include "freeglut_internal.h" @@ -128,7 +128,7 @@ void FGAPIENTRY glutTimerFunc( unsigned int timeOut, void (* callback)( int ), static void fghVisibility( int status ) { int glut_status = GLUT_VISIBLE; - + freeglut_assert_ready; freeglut_return_if_fail( fgStructure.Window );