mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
TLS key cleanup.
This commit is contained in:
@@ -93,6 +93,9 @@ typedef struct _GLFWlibraryGLX
|
||||
int eventBase;
|
||||
int errorBase;
|
||||
|
||||
// TLS key for per-thread current context/window
|
||||
pthread_key_t current;
|
||||
|
||||
// GLX error code received by Xlib error callback
|
||||
int errorCode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user