From 15cabcb16a188912f49e99885896ed7ad7a13925 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 21 Jun 2007 05:49:08 +0000 Subject: only enable automatic composite redirection for the client windows, not the frames. maybe this will avoid screen artifacts with the crap server support --- openbox/composite.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/composite.h') 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); -- cgit v1.2.3