X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_internal.h;h=770e9084236d71fd69fb044b3afa686ba5246a93;hb=30971e75717f3d7b826714fbbb1171dfaf9164cf;hp=1cda9e6b246c6b26a1c961efb570e96601780e21;hpb=c18b61ab4c42e28172ba4fb18b72e7c8af1eb98b;p=freeglut diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 1cda9e6..770e908 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -302,6 +302,9 @@ struct tagSFG_State char *ProgramName; /* Name of the invoking program */ GLboolean JoysticksInitialised; /* Only initialize if application calls for them */ GLboolean InputDevsInitialised; /* Only initialize if application calls for them */ + + int AuxiliaryBufferNumber; /* Number of auxiliary buffers */ + int SampleNumber; /* Number of samples per pixel */ }; /* The structure used by display initialization in freeglut_init.c */