X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=plugins%2Fmouse%2Fmouserc_parse.l;h=1f2d19705d8b08af3dfbd931ff88b688c6babd8f;hb=6d97bd517fef9ca0303f4ccdd999c4aab5ac7b8a;hp=5ec54b4d48187de5589df0762f6777a662c58951;hpb=f2a1e11e954d101280f378f48130b7d8f3056062;p=chaz%2Fopenbox diff --git a/plugins/mouse/mouserc_parse.l b/plugins/mouse/mouserc_parse.l index 5ec54b4d..1f2d1970 100644 --- a/plugins/mouse/mouserc_parse.l +++ b/plugins/mouse/mouserc_parse.l @@ -92,9 +92,11 @@ 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)) { + a->func == action_execute || a->func == action_desktop || + 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; }