mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
protect extensions from cppparser
This commit is contained in:
parent
3517fa4bf9
commit
82c77e5715
@ -39,7 +39,6 @@ typedef int XIC;
|
|||||||
#else
|
#else
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
#include <GL/glx.h>
|
#include <GL/glx.h>
|
||||||
#endif // CPPPARSER
|
|
||||||
|
|
||||||
#ifndef GLX_VERSION_1_3
|
#ifndef GLX_VERSION_1_3
|
||||||
// Pre-glx 1.3, these GLXFBConfig definitions might have been
|
// Pre-glx 1.3, these GLXFBConfig definitions might have been
|
||||||
@ -54,6 +53,7 @@ typedef int XIC;
|
|||||||
#define glXDestroyPbuffer glXDestroyGLXPbufferSGIX
|
#define glXDestroyPbuffer glXDestroyGLXPbufferSGIX
|
||||||
#endif // GLX_VERSION_1_3
|
#endif // GLX_VERSION_1_3
|
||||||
|
|
||||||
|
#endif // CPPPARSER
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Class : glxGraphicsPipe
|
// Class : glxGraphicsPipe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user