Cleaned up X error handler work.

This commit is contained in:
Camilla Berglund
2013-07-11 01:23:26 +02:00
parent f67c7b49ab
commit 45653c5549
4 changed files with 53 additions and 34 deletions
-3
View File
@@ -97,9 +97,6 @@ typedef struct _GLFWlibraryGLX
// TLS key for per-thread current context/window
pthread_key_t current;
// GLX error code received by Xlib error callback
int errorCode;
// GLX extensions
PFNGLXSWAPINTERVALSGIPROC SwapIntervalSGI;
PFNGLXSWAPINTERVALEXTPROC SwapIntervalEXT;