From 2a3cc7d90742bc173666b7b32153bce944c019e0 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 25 May 2001 15:41:29 +0000 Subject: added missing GLX_SGIS_multisample tokens --- include/GL/glxext.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'include/GL/glxext.h') diff --git a/include/GL/glxext.h b/include/GL/glxext.h index a2b3d1e0ef..a08967bb41 100644 --- a/include/GL/glxext.h +++ b/include/GL/glxext.h @@ -107,6 +107,12 @@ extern "C" { #define GLX_PBUFFER_WIDTH 0x8041 #endif +/* XXX Added by BrianP */ +#ifndef GLX_SGIS_multisample +#define GLX_SAMPLE_BUFFERS_SGIS 100000 +#define GLX_SAMPLES_SGIS 100001 +#endif + #ifndef GLX_EXT_visual_info #define GLX_X_VISUAL_TYPE_EXT 0x22 #define GLX_TRANSPARENT_TYPE_EXT 0x23 @@ -325,12 +331,9 @@ extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *); typedef __GLXextFuncPtr ( * PFNGLXGETPROCADDRESSARBPROC) (const GLubyte *procName); #endif -#if 0 -/* XXX the enums for this extension are missing */ #ifndef GLX_SGIS_multisample #define GLX_SGIS_multisample 1 #endif -#endif #ifndef GLX_EXT_visual_info #define GLX_EXT_visual_info 1 -- cgit v1.2.3