diff --git a/panda/src/glxdisplay/glxGraphicsPipe.h b/panda/src/glxdisplay/glxGraphicsPipe.h index 48217fc9df..d66d4782bd 100644 --- a/panda/src/glxdisplay/glxGraphicsPipe.h +++ b/panda/src/glxdisplay/glxGraphicsPipe.h @@ -45,6 +45,7 @@ typedef int XIC; // defined as SGI extensions. #define GLX_RGBA_TYPE GLX_RGBA_TYPE_SGIX #define GLXFBConfig GLXFBConfigSGIX + #define GLXPbuffer GLXPbufferSGIX #define glXChooseFBConfig glXChooseFBConfigSGIX #define glXCreateNewContext glXCreateContextWithConfigSGIX #define glXGetVisualFromFBConfig glXGetVisualFromFBConfigSGIX