From: Derek Foreman Date: Sun, 3 Feb 2008 23:18:29 +0000 (-0500) Subject: remove auto redir X-Git-Tag: compgl~13 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=05bc96cee25b2c3d6dac254b917766cbd25db8b9;p=dana%2Fopenbox.git remove auto redir --- diff --git a/loco/loco.c b/loco/loco.c index a4a1f793..5da1af79 100644 --- a/loco/loco.c +++ b/loco/loco.c @@ -321,8 +321,6 @@ void composite_setup_window(LocoWindow *win) { if (win->input_only) return; -// XCompositeRedirectWindow(obt_display, win->id, CompositeRedirectManual); -// XCompositeRedirectWindow(obt_display, win->id, CompositeRedirectManual); /*something useful = */XDamageCreate(obt_display, win->id, XDamageReportRawRectangles); }