summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-21 05:26:20 +0000
committerDana Jansens <danakj@orodu.net>2007-06-21 05:26:20 +0000
commit4c5034aaebc560e1c18af597009577b842081df9 (patch)
tree0e515b2cc6890e8026fcba8cdfb1a0a346939bec
parentd13daff9596c70cefa878efc901c9b877eda2d89 (diff)
i am starting to loathe the composite extension, and xorg in general
-rw-r--r--openbox/composite.c2
1 files changed, 2 insertions, 0 deletions
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)