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:
1c8090f
)
add comment
author
Dana Jansens
<danakj@orodu.net>
Fri, 3 Jan 2003 06:07:53 +0000
(06:07 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 3 Jan 2003 06:07:53 +0000
(06:07 +0000)
src/bindings.cc
patch
|
blob
|
history
diff --git
a/src/bindings.cc
b/src/bindings.cc
index da3ff39bc9ae5eb972a60c5ce7a44fae11614893..943a9acc8e32db98bc115c4bfad027b1c8e50e95 100644
(file)
--- a/
src/bindings.cc
+++ b/
src/bindings.cc
@@
-425,6
+425,7
@@
void OBBindings::grabButtons(bool grab, OBClient *client)
mode = GrabModeSync; // this is handled in the plate's buttonPressHandler
break;
default:
+ // any other elements already get button events, don't grab on them
continue;
}
ButtonBindingList::iterator it, end = _buttons[i].end();