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:
3d1c63b
)
rm debug print
author
Dana Jansens
<danakj@orodu.net>
Tue, 8 Apr 2003 20:07:20 +0000
(20:07 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 8 Apr 2003 20:07:20 +0000
(20:07 +0000)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index edd6f4cee6db81d63a47e83063931fa9a5e149d1..7473ab59cea21ea8d8943473137a83f1af776560 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-421,7
+421,6
@@
static void event_handle_client(Client *client, XEvent *e)
if (ce.xconfigurerequest.value_mask & CWStackMode)
e->xconfigurerequest.detail = ce.xconfigurerequest.detail;
}
- if (i) g_message("Compressed %d Configures", i);
/* if we are iconic (or shaded (fvwm does this)) ignore the event */
if (client->iconic || client->shaded) return;