Minor X11 library struct changes.

This commit is contained in:
Camilla Berglund
2010-09-09 20:25:33 +02:00
parent 8074209af4
commit 8a04910a45
4 changed files with 13 additions and 15 deletions
+2 -4
View File
@@ -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;