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:
a6d5d8b
)
dont let bind to actiondesktop
author
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 12:46:39 +0000
(12:46 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 12:46:39 +0000
(12:46 +0000)
plugins/mouse/mouserc_parse.l
patch
|
blob
|
history
diff --git
a/plugins/mouse/mouserc_parse.l
b/plugins/mouse/mouserc_parse.l
index bc6c857f3f18e20748b39f1059c20980fd50eeb6..5ec54b4d48187de5589df0762f6777a662c58951 100644
(file)
--- a/
plugins/mouse/mouserc_parse.l
+++ b/
plugins/mouse/mouserc_parse.l
@@
-92,6
+92,7
@@
static void addbinding()
/* the below types cannot be used with !motion events, or at all with
mouse bindings */
} else if (a && (a->func == action_move || a->func == action_resize ||
+ a->func == action_desktop ||
a->func == action_move_relative ||
a->func == action_resize_relative)) {
action_free(a);