Added workaround for broken Mesa GLX_ARB_create_context_profile.

This commit is contained in:
Camilla Berglund
2012-12-30 18:13:04 +01:00
parent ea1ddfd7a4
commit 9e9457767f
2 changed files with 66 additions and 27 deletions
+2
View File
@@ -90,6 +90,8 @@ typedef struct _GLFWlibraryGLX
{
// Server-side GLX version
int majorVersion, minorVersion;
int eventBase;
int errorBase;
// GLX extensions
PFNGLXSWAPINTERVALSGIPROC SwapIntervalSGI;