Browse Source

add GLXPbufferSGIX

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

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

@@ -45,6 +45,7 @@ typedef int XIC;
   // defined as SGI extensions.
   // defined as SGI extensions.
   #define GLX_RGBA_TYPE GLX_RGBA_TYPE_SGIX
   #define GLX_RGBA_TYPE GLX_RGBA_TYPE_SGIX
   #define GLXFBConfig GLXFBConfigSGIX
   #define GLXFBConfig GLXFBConfigSGIX
+  #define GLXPbuffer GLXPbufferSGIX
   #define glXChooseFBConfig glXChooseFBConfigSGIX
   #define glXChooseFBConfig glXChooseFBConfigSGIX
   #define glXCreateNewContext glXCreateContextWithConfigSGIX
   #define glXCreateNewContext glXCreateContextWithConfigSGIX
   #define glXGetVisualFromFBConfig glXGetVisualFromFBConfigSGIX
   #define glXGetVisualFromFBConfig glXGetVisualFromFBConfigSGIX