X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=include%2FGL%2Ffreeglut_std.h;h=f5723e0fb4e2b284998b652156bbcdf0f63607e5;hb=edcfc6757dc71f2764b1a6b44c9b0bde45364b16;hp=2acbabd1e938b10347dbcc72031cb2930e47e894;hpb=d67937396dc33c86017012859b2d9ed010fc6c88;p=freeglut diff --git a/include/GL/freeglut_std.h b/include/GL/freeglut_std.h index 2acbabd..f5723e0 100644 --- a/include/GL/freeglut_std.h +++ b/include/GL/freeglut_std.h @@ -89,7 +89,7 @@ # pragma comment (lib, "gdi32.lib") /* link Windows GDI lib */ # pragma comment (lib, "opengl32.lib") /* link Microsoft OpenGL lib */ # pragma comment (lib, "glu32.lib") /* link OpenGL Utility lib */ -# endif //_WIN32_WCE +# endif /* _WIN32_WCE */ # endif #else @@ -106,6 +106,7 @@ #define FREEGLUT 1 #define GLUT_API_VERSION 4 #define FREEGLUT_VERSION_2_0 1 +#define GLUT_XLIB_IMPLEMENTATION 13 /* * Always include OpenGL and GLU headers @@ -557,7 +558,7 @@ FGAPI void FGAPIENTRY glutCopyColormap( int window ); * Misc keyboard and joystick functions, see freeglut_misc.c */ FGAPI void FGAPIENTRY glutIgnoreKeyRepeat( int ignore ); -FGAPI void FGAPIENTRY glutSetKeyRepeat( int repeatMode ); /* DEPRECATED 11/4/02 - Do not use */ +FGAPI void FGAPIENTRY glutSetKeyRepeat( int repeatMode ); FGAPI void FGAPIENTRY glutForceJoystickFunc( void ); /*