i am starting to loathe the composite extension, and xorg in general

This commit is contained in:
Dana Jansens 2007-06-21 05:26:20 +00:00
parent d13daff959
commit 4c5034aaeb

View file

@ -18,9 +18,11 @@ void composite_startup(gboolean reconfig)
if (!extensions_comp) return; if (!extensions_comp) return;
/* Redirect window contents to offscreen pixmaps */ /* Redirect window contents to offscreen pixmaps */
/*
XCompositeRedirectSubwindows(ob_display, XCompositeRedirectSubwindows(ob_display,
RootWindow(ob_display, ob_screen), RootWindow(ob_display, ob_screen),
CompositeRedirectAutomatic); CompositeRedirectAutomatic);
*/
} }
void composite_shutdown(gboolean reconfig) void composite_shutdown(gboolean reconfig)