Browse Source

Fixed amalgmated build on Linux.

Бранимир Караџић 3 years ago
parent
commit
f6a1289dbc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/glcontext_glx.cpp

+ 2 - 1
src/glcontext_glx.cpp

@@ -12,8 +12,9 @@
 #		define GLX_GLXEXT_PROTOTYPES
 #		define GLX_GLXEXT_PROTOTYPES
 #		include <glx/glxext.h>
 #		include <glx/glxext.h>
 
 
-// will include X11 which #defines None...
+// glxext will include X11 which #defines None, Status, etc.
 #undef None
 #undef None
+#undef Status
 
 
 namespace bgfx { namespace gl
 namespace bgfx { namespace gl
 {
 {