i am starting to loathe the composite extension, and xorg in general
This commit is contained in:
parent
d13daff959
commit
4c5034aaeb
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue