mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 00:49:48 +00:00
Minor X11 library struct changes.
This commit is contained in:
+2
-4
@@ -264,12 +264,10 @@ typedef struct _GLFWlibraryX11
|
||||
struct {
|
||||
double resolution;
|
||||
long long t0;
|
||||
} Timer;
|
||||
} timer;
|
||||
|
||||
#if defined(_GLFW_DLOPEN_LIBGL)
|
||||
struct {
|
||||
void* libGL; // dlopen handle for libGL.so
|
||||
} Libs;
|
||||
void* libGL; // dlopen handle for libGL.so
|
||||
#endif
|
||||
} _GLFWlibraryX11;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user