all repos — openbox @ 6d97bd517fef9ca0303f4ccdd999c4aab5ac7b8a

openbox fork - make it a bit more like ryudo

split the relative functions
Dana Jansens danakj@orodu.net
commit

6d97bd517fef9ca0303f4ccdd999c4aab5ac7b8a

parent

46e549700a47fa5894223d6018ac4ca228444717

1 files changed, 4 insertions(+), 2 deletions(-)

jump to
M plugins/mouse/mouserc_parse.lplugins/mouse/mouserc_parse.l

@@ -93,8 +93,10 @@ /* 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_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; }