summaryrefslogtreecommitdiff
path: root/plugins/mouse/mouserc_parse.l
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-26 12:46:39 +0000
committerDana Jansens <danakj@orodu.net>2003-03-26 12:46:39 +0000
commitf2a1e11e954d101280f378f48130b7d8f3056062 (patch)
treec291233e1ac0829cca79b8a07e3e2d8f30380bc4 /plugins/mouse/mouserc_parse.l
parenta6d5d8bcd83e575c12ba6c01a99c4a6b54fc5b65 (diff)
dont let bind to actiondesktop
Diffstat (limited to 'plugins/mouse/mouserc_parse.l')
-rw-r--r--plugins/mouse/mouserc_parse.l1
1 files changed, 1 insertions, 0 deletions
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);