From 141852abebea35c7a0258918a98408dd478e401e Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 13 Feb 2004 00:21:45 +0000 Subject: [PATCH] add GLXPbufferSGIX --- panda/src/glxdisplay/glxGraphicsPipe.h | 1 + 1 file changed, 1 insertion(+) 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