summaryrefslogtreecommitdiff
path: root/openbox/extensions.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-19 21:52:44 +0000
committerDana Jansens <danakj@orodu.net>2007-06-19 21:52:44 +0000
commitad4def8e521c449628f6e69b13a7eca63b152793 (patch)
treed9018fc95e9fe2a6b96cd6c7d02ebde48ff3a455 /openbox/extensions.h
parent85c15cf7b6f66729695609339b21b16649ee92c8 (diff)
check for damage and render extensions if going to use composite. require them for it. also include the cflags/libs. and only run the xcomposite stuff so far when the server supports it
Diffstat (limited to 'openbox/extensions.h')
-rw-r--r--openbox/extensions.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbox/extensions.h b/openbox/extensions.h
index 6a488a19..e1070e86 100644
--- a/openbox/extensions.h
+++ b/openbox/extensions.h
@@ -39,6 +39,11 @@
#ifdef SYNC
#include <X11/extensions/sync.h>
#endif
+#ifdef USE_XCOMPOSITE
+#include <X11/extensions/Xcomposite.h>
+#include <X11/extensions/Xdamage.h>
+#include <X11/extensions/Xrender.h>
+#endif
#include <glib.h>