diff --git a/src/glcontext_glx.cpp b/src/glcontext_glx.cpp index 5c816e775..4dd21ca01 100644 --- a/src/glcontext_glx.cpp +++ b/src/glcontext_glx.cpp @@ -12,8 +12,9 @@ # define GLX_GLXEXT_PROTOTYPES # include -// will include X11 which #defines None... +// glxext will include X11 which #defines None, Status, etc. #undef None +#undef Status namespace bgfx { namespace gl {