diff options
Diffstat (limited to 'include/GL/glxext.h')
-rw-r--r-- | include/GL/glxext.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/GL/glxext.h b/include/GL/glxext.h index 63971921c38..a2b3d1e0ef6 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 |