summaryrefslogtreecommitdiff
path: root/include/GL/glxext.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-12-11 15:42:53 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-12-11 15:42:53 +0000
commit3afb7a0f7098bb51e539c8e62261df0815ea44d3 (patch)
tree7024fd7d566b47edc20753a580c3d918c90cfa58 /include/GL/glxext.h
parentb04bcd14ee329a12acc1b7895ee9ac4aa74344e3 (diff)
disabled GLX_SGIS_multisample (temporarily) since its tokens aren't defined
Diffstat (limited to 'include/GL/glxext.h')
-rw-r--r--include/GL/glxext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/GL/glxext.h b/include/GL/glxext.h
index 63971921c3..a2b3d1e0ef 100644
--- a/include/GL/glxext.h
+++ b/include/GL/glxext.h
@@ -325,9 +325,12 @@ 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