glx extension fix for GLX windowing api

This commit is contained in:
Jeff Hutchinson 2016-11-24 12:41:30 -05:00
parent 15a10a78cc
commit 14cd94ddc9

View file

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