From f2a1e11e954d101280f378f48130b7d8f3056062 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 26 Mar 2003 12:46:39 +0000 Subject: [PATCH] dont let bind to actiondesktop --- plugins/mouse/mouserc_parse.l | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mouse/mouserc_parse.l b/plugins/mouse/mouserc_parse.l index bc6c857f..5ec54b4d 100644 --- a/plugins/mouse/mouserc_parse.l +++ b/plugins/mouse/mouserc_parse.l @@ -92,6 +92,7 @@ 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)) { action_free(a); -- 2.39.2