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:
2829849
)
the mouse grab screws that up
author
Dana Jansens
<danakj@orodu.net>
Fri, 18 Apr 2003 22:31:00 +0000
(22:31 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 18 Apr 2003 22:31:00 +0000
(22:31 +0000)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index ed214af76137f49271275b0192ea4451390624c5..bdafd126e6acbc1f89796e908756347371e903b9 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-408,8
+408,8
@@
static void event_process(XEvent *e)
e->type == KeyPress || e->type == KeyRelease) {
moveresize_event(e);
- if (!(e->type == ButtonPress || e->type == ButtonRelease))
- return; /* no dispatch! */
+ return; /* no dispatch! */
+
}
/* user input (action-bound) events */