From 05bc96cee25b2c3d6dac254b917766cbd25db8b9 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Sun, 3 Feb 2008 18:18:29 -0500 Subject: [PATCH] remove auto redir --- loco/loco.c | 2 -- 1 file changed, 2 deletions(-) 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); } -- 2.39.2