From ad4def8e521c449628f6e69b13a7eca63b152793 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 19 Jun 2007 21:52:44 +0000 Subject: 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 --- openbox/extensions.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbox/extensions.h') 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 #endif +#ifdef USE_XCOMPOSITE +#include +#include +#include +#endif #include -- cgit v1.2.3