projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea77b6e
)
remove auto redir
author
Derek Foreman
<manmower@gmail.com>
Sun, 3 Feb 2008 23:18:29 +0000
(18:18 -0500)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 4 Feb 2008 14:33:30 +0000
(09:33 -0500)
loco/loco.c
patch
|
blob
|
history
diff --git
a/loco/loco.c
b/loco/loco.c
index a4a1f7937fd4583450fe7f6f9b301f2e5eb578d3..5da1af793b7c8ca19ec88503d48b2b83950afead 100644
(file)
--- 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);
}