Suppress glxext.h #include-ed by glx.h

This commit is contained in:
Daniele Bartolini
2020-01-13 22:08:26 +01:00
committed by Бранимир Караџић
parent 7ae479d24c
commit d102296d15

View File

@@ -9,6 +9,7 @@
#if BGFX_USE_GLX
# include <X11/Xlib.h>
# define GLX_GLXEXT_LEGACY
# include <GL/glx.h>
namespace bgfx { namespace gl