]> Dogcows Code - chaz/openbox/commitdiff
i am starting to loathe the composite extension, and xorg in general
authorDana Jansens <danakj@orodu.net>
Thu, 21 Jun 2007 05:26:20 +0000 (05:26 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 21 Jun 2007 05:26:20 +0000 (05:26 +0000)
openbox/composite.c

index 1e2ce6a9b0ef628eb8e971758a34965b2f268903..93c025ff527f5bf301e76b31b6961908304b8a1e 100644 (file)
@@ -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)
This page took 0.023767 seconds and 4 git commands to generate.