all repos — openbox @ 85c15cf7b6f66729695609339b21b16649ee92c8

openbox fork - make it a bit more like ryudo

redirect window contents to offscreen pixmaps with composite so they are available for use.
Dana Jansens danakj@orodu.net
commit

85c15cf7b6f66729695609339b21b16649ee92c8

parent

31bc46574974642b768bee15f1d0e8c9f2635984

1 files changed, 7 insertions(+), 0 deletions(-)

jump to
M openbox/screen.copenbox/screen.c

@@ -364,6 +364,13 @@ screen_num_desktops);

return; } +#ifdef USE_XCOMPOSITE + /* Redirect window contents to offscreen pixmaps */ + XCompositeRedirectSubwindows(ob_display, + RootWindow(ob_display, ob_screen), + CompositeRedirectAutomatic); +#endif + /* get the initial size */ screen_resize();