Browse Source

glx extension fix for GLX windowing api

Jeff Hutchinson 8 years ago
parent
commit
14cd94ddc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/source/gfx/gl/tGL/tXGL.h

+ 1 - 1
Engine/source/gfx/gl/tGL/tXGL.h

@@ -30,7 +30,7 @@
 #include "tGL.h"
 #include "tGL.h"
 #include <glad/glad_glx.h>
 #include <glad/glad_glx.h>
 
 
-#define gglHasXExtension(display, screen, EXTENSION) 
+#define gglHasXExtension(display, screen, EXTENSION) GLAD_GLX_##EXTENSION
 
 
 #endif //TORQUE_OS_LINUX
 #endif //TORQUE_OS_LINUX