From 6d97bd517fef9ca0303f4ccdd999c4aab5ac7b8a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 26 Mar 2003 13:27:22 +0000 Subject: [PATCH] split the relative functions --- plugins/mouse/mouserc_parse.l | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/mouse/mouserc_parse.l b/plugins/mouse/mouserc_parse.l index 5296677f..1f2d1970 100644 --- 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; } -- 2.45.2