X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_internal.h;h=2119d1a1da90a5a7b67de48b3ca732278800fbfd;hb=6de0216ace8e54ec823458b2cd0df3b6438a0e1f;hp=809679ffd6e00120d156a4a86e1f8b7311a8f5a9;hpb=26940d493cc7cdfb6aaff4e5458855f141a6b397;p=freeglut diff --git a/src/fg_internal.h b/src/fg_internal.h index 809679f..2119d1a 100644 --- a/src/fg_internal.h +++ b/src/fg_internal.h @@ -314,6 +314,8 @@ struct tagSFG_State int AuxiliaryBufferNumber; /* Number of auxiliary buffers */ int SampleNumber; /* Number of samples per pixel */ + GLboolean SkipStaleMotion; /* skip stale motion events */ + int MajorVersion; /* Major OpenGL context version */ int MinorVersion; /* Minor OpenGL context version */ int ContextFlags; /* OpenGL context flags */ @@ -956,7 +958,6 @@ SFG_Proc fgPlatformGetProcAddress( const char *procName ); #define ATTRIB(a) attributes[where++]=(a) #define ATTRIB_VAL(a,v) {ATTRIB(a); ATTRIB(v);} -int fghIsLegacyContextVersionRequested( void ); int fghMapBit( int mask, int from, int to ); int fghIsLegacyContextRequested( void ); void fghContextCreationError( void );