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:
db75d40
)
rm debug print
author
Dana Jansens
<danakj@orodu.net>
Fri, 21 Mar 2003 08:19:18 +0000
(08:19 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 21 Mar 2003 08:19:18 +0000
(08:19 +0000)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index 43a3b23064853887a17d44832b9edb7f746fc236..b5f24eb84731d053e0fc2dafdcba35228c9752ae 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-241,7
+241,6
@@
void event_process(XEvent *e)
so back it is. if problems arise again, then try filtering on the
detail instead of the mode. */
if (e->xcrossing.mode != NotifyNormal) return;
- g_print("%s\n", e->type == EnterNotify ? "EnterNotify":"LeaveNotify");
break;
}