summaryrefslogtreecommitdiff
path: root/GL/glx/glxdrawable.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2007-10-18 21:01:51 -0400
committerKristian Høgsberg <krh@redhat.com>2007-10-18 21:03:43 -0400
commit8e3c1dfc48930c455529313a42efa35e3b9071b2 (patch)
tree6762d077b42f052e0c53eddb08267b7cc845513b /GL/glx/glxdrawable.h
parent9e3cfd950d279353f1795352ad2c4132aabc1bab (diff)
Introduce a new "GlxVisuals" option that controls which visuals are added.
Right now we default to "all" which gives us a situation much like before, but when the "typical" option is implemented, we can change the default and reduce the number of visuals the GLX module bloats the X server with.
Diffstat (limited to 'GL/glx/glxdrawable.h')
-rw-r--r--GL/glx/glxdrawable.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/GL/glx/glxdrawable.h b/GL/glx/glxdrawable.h
index 858bbb35b..f62d1ee34 100644
--- a/GL/glx/glxdrawable.h
+++ b/GL/glx/glxdrawable.h
@@ -42,10 +42,6 @@
#include <damage.h>
-#ifdef XF86DRI
-#include <GL/internal/dri_interface.h>
-#endif
-
/* We just need to avoid clashing with DRAWABLE_{WINDOW,PIXMAP} */
enum {
GLX_DRAWABLE_WINDOW,