summaryrefslogtreecommitdiff
path: root/include/GL/glxext.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-05-25 15:41:29 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-05-25 15:41:29 +0000
commit2a3cc7d90742bc173666b7b32153bce944c019e0 (patch)
treead4c938672c4d4c4fdd44c49b6d01ee49b4ad609 /include/GL/glxext.h
parentc98da4d99acac9c402efca9923890fef8ba4f294 (diff)
added missing GLX_SGIS_multisample tokens
Diffstat (limited to 'include/GL/glxext.h')
-rw-r--r--include/GL/glxext.h9
1 files changed, 6 insertions, 3 deletions
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