Merged GLX error code into library struct.

This commit is contained in:
Camilla Berglund
2013-05-02 16:37:55 +02:00
parent be28914732
commit 6b7f5671f8
2 changed files with 7 additions and 8 deletions
+3
View File
@@ -93,6 +93,9 @@ typedef struct _GLFWlibraryGLX
int eventBase;
int errorBase;
// GLX error code received by Xlib error callback
int errorCode;
// GLX extensions
PFNGLXSWAPINTERVALSGIPROC SwapIntervalSGI;
PFNGLXSWAPINTERVALEXTPROC SwapIntervalEXT;