summaryrefslogtreecommitdiff
path: root/openbox/composite.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-21 05:49:08 +0000
committerDana Jansens <danakj@orodu.net>2007-06-21 05:49:08 +0000
commit15cabcb16a188912f49e99885896ed7ad7a13925 (patch)
treeb7decc45d6bdbe23f367c7a3867349bb7714a902 /openbox/composite.h
parent4c5034aaebc560e1c18af597009577b842081df9 (diff)
only enable automatic composite redirection for the client windows, not the frames. maybe this will avoid screen artifacts with the crap server support
Diffstat (limited to 'openbox/composite.h')
-rw-r--r--openbox/composite.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/composite.h b/openbox/composite.h
index 94232ffa..d20abacb 100644
--- a/openbox/composite.h
+++ b/openbox/composite.h
@@ -7,6 +7,9 @@
void composite_startup(gboolean reconfig);
void composite_shutdown(gboolean reconfig);
+void composite_setup_root_window();
+void composite_enable_for_window(Window win);
+
gboolean composite_window_has_alpha(Visual *vis);
XID composite_get_window_picture(Window win, Visual *vis);
Pixmap composite_get_window_pixmap(Window win);