From: Dana Jansens Date: Thu, 21 Jun 2007 05:26:20 +0000 (+0000) Subject: i am starting to loathe the composite extension, and xorg in general X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=4c5034aaebc560e1c18af597009577b842081df9;p=chaz%2Fopenbox i am starting to loathe the composite extension, and xorg in general --- diff --git a/openbox/composite.c b/openbox/composite.c index 1e2ce6a9..93c025ff 100644 --- a/openbox/composite.c +++ b/openbox/composite.c @@ -18,9 +18,11 @@ void composite_startup(gboolean reconfig) if (!extensions_comp) return; /* Redirect window contents to offscreen pixmaps */ +/* XCompositeRedirectSubwindows(ob_display, RootWindow(ob_display, ob_screen), CompositeRedirectAutomatic); +*/ } void composite_shutdown(gboolean reconfig)