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:
6657fe5
)
same as r6037 in trunk
author
Dana Jansens
<danakj@orodu.net>
Fri, 4 May 2007 17:57:30 +0000
(17:57 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 4 May 2007 17:57:30 +0000
(17:57 +0000)
openbox/keyboard.c
patch
|
blob
|
history
diff --git
a/openbox/keyboard.c
b/openbox/keyboard.c
index 18ca37f72d14aa3f8b66f669d253efcad5d7a424..2c97b93c7ea1ab53fce36a4bc163e64362e991a8 100644
(file)
--- a/
openbox/keyboard.c
+++ b/
openbox/keyboard.c
@@
-248,8
+248,10
@@
gboolean keyboard_process_interactive_grab(const XEvent *e, ObClient **client)
done = TRUE;
else */if (e->xkey.keycode == ob_keycode(OB_KEY_ESCAPE))
cancel = done = TRUE;
- } else if (e->type == ButtonPress)
- cancel = done = TRUE;
+ } else if (e->type == ButtonPress) {
+ cancel = FALSE;
+ done = TRUE;
+ }
if (done) {
keyboard_interactive_end(e->xkey.state, cancel, e->xkey.time,TRUE);