X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fmouse%2Fmouserc_parse.l;h=1f2d19705d8b08af3dfbd931ff88b688c6babd8f;hb=106d5630bfac19eaa5b402bd1ee06d4d41cf7f28;hp=5296677f0b70481ef06ee25bf733dcb1175db791;hpb=b4d241169b8b046ce2f4c1fff57b9ba20e8c2744;p=chaz%2Fopenbox 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; }