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:
172955f
)
don't make damage events cause damage events :)
author
Dana Jansens
<danakj@orodu.net>
Sat, 9 Feb 2008 01:24:21 +0000
(20:24 -0500)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 9 Feb 2008 01:24:21 +0000
(20:24 -0500)
loco/loco.c
patch
|
blob
|
history
diff --git
a/loco/loco.c
b/loco/loco.c
index 431881b66c82126bb8e3acdd793cddfddcad1829..d636e9af9e75816dbc22a9521f242034e22baf6f 100644
(file)
--- 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;