Browse Source

protect extensions from cppparser

David Rose 22 years ago
parent
commit
82c77e5715
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/glxdisplay/glxGraphicsPipe.h

+ 1 - 1
panda/src/glxdisplay/glxGraphicsPipe.h

@@ -39,7 +39,6 @@ typedef int XIC;
 #else
 #include <X11/Xlib.h>
 #include <GL/glx.h>
-#endif  // CPPPARSER
 
 #ifndef GLX_VERSION_1_3
   // Pre-glx 1.3, these GLXFBConfig definitions might have been
@@ -54,6 +53,7 @@ typedef int XIC;
   #define glXDestroyPbuffer glXDestroyGLXPbufferSGIX
 #endif // GLX_VERSION_1_3
 
+#endif  // CPPPARSER
 
 ////////////////////////////////////////////////////////////////////
 //       Class : glxGraphicsPipe