ENABLE_GLX -> HAVE_GLX

master
Vlad Zahorodnii 1 year ago
parent a293c39105
commit 8bfb0b1ff7

@ -175,7 +175,7 @@ typedef void (*glXFuncPtr)();
static glXFuncPtr getProcAddress(const char *name)
{
glXFuncPtr ret = nullptr;
#if ENABLE_GLX
#if HAVE_GLX
ret = glXGetProcAddress((const GLubyte *)name);
#endif
#if HAVE_DL_LIBRARY

Loading…
Cancel
Save