diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-12 02:57:08 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-12 02:57:08 -0400 |
| commit | 4b73574406e24df84e909014926e56ab1e5c7934 (patch) | |
| tree | 9adf4101fd94bf0a9bc1ffe3817ffe1e944a9986 /openbox/extensions.h | |
| parent | 37a5b59d7bf51a201981c486b800b3b8d57e9b9c (diff) | |
adding trunk
Signed-off-by: Dana Jansens <danakj@orodu.net>
Diffstat (limited to 'openbox/extensions.h')
| -rw-r--r-- | openbox/extensions.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/openbox/extensions.h b/openbox/extensions.h index 94bf0dbf..3fbac871 100644 --- a/openbox/extensions.h +++ b/openbox/extensions.h @@ -39,11 +39,6 @@ #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> @@ -72,13 +67,8 @@ extern gboolean extensions_sync; /*! Base for events for the Sync extension */ extern gint extensions_sync_event_basep; -/*! Does the display have the Composite extension? */ -extern gboolean extensions_comp; -/*! Base for events for the Composite extension */ -extern gint extensions_comp_event_basep; - void extensions_query_all(); void extensions_xinerama_screens(Rect **areas, guint *nxin); - + #endif |
