diff --git a/Engine/source/gfx/gl/tGL/tXGL.h b/Engine/source/gfx/gl/tGL/tXGL.h index 370d59d0d..5e0804840 100644 --- a/Engine/source/gfx/gl/tGL/tXGL.h +++ b/Engine/source/gfx/gl/tGL/tXGL.h @@ -30,8 +30,7 @@ #include "tGL.h" #include -// TODO glx -#define gglHasXExtension(EXTENSION) +#define gglHasXExtension(display, screen, EXTENSION) epoxy_has_glx_extension(display, screen, "GLX_" # EXTENSION) #endif //TORQUE_OS_LINUX