From: Dana Jansens Date: Sat, 9 Feb 2008 01:24:21 +0000 (-0500) Subject: don't make damage events cause damage events :) X-Git-Tag: compgl~11 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=d0c39d5daf0b003a406046ea9c9ea2d6558d0b6d;p=dana%2Fopenbox.git don't make damage events cause damage events :) --- diff --git a/loco/loco.c b/loco/loco.c index 431881b6..d636e9af 100644 --- a/loco/loco.c +++ b/loco/loco.c @@ -410,7 +410,7 @@ void COMPOSTER_RAWR(const XEvent *e, gpointer data) { int redraw_required = 0; - g_print("COMPOSTER_RAWR() %d\n", e->type); + //g_print("COMPOSTER_RAWR() %d\n", e->type); if (e->type == ConfigureNotify) { LocoWindow *lw; @@ -496,7 +496,6 @@ redraw_required = 1; e->xunmap.window); } else if (e->type == obt_display_extension_damage_basep + XDamageNotify) { - g_print("damage notify\n"); // LocoWindow *lw = find_window(e->xdamage.window); // if (lw->visible) redraw_required = 1;