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:
46e5497
)
split the relative functions
author
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 13:27:22 +0000
(13:27 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 13:27:22 +0000
(13:27 +0000)
plugins/mouse/mouserc_parse.l
patch
|
blob
|
history
diff --git
a/plugins/mouse/mouserc_parse.l
b/plugins/mouse/mouserc_parse.l
index 5296677f0b70481ef06ee25bf733dcb1175db791..1f2d19705d8b08af3dfbd931ff88b688c6babd8f 100644
(file)
--- a/
plugins/mouse/mouserc_parse.l
+++ b/
plugins/mouse/mouserc_parse.l
@@
-93,8
+93,10
@@
static void addbinding()
mouse bindings */
} else if (a && (a->func == action_move || a->func == action_resize ||
a->func == action_execute || a->func == action_desktop ||
- a->func == action_move_relative ||
- a->func == action_resize_relative)) {
+ a->func == action_move_relative_horz ||
+ a->func == action_move_relative_vert ||
+ a->func == action_resize_relative_horz ||
+ a->func == action_resize_relative_vert)) {
action_free(a);
a = NULL;
}