From 55edbe460da2a91aa80555e1b2af417307fc5004 Mon Sep 17 00:00:00 2001 From: okan Date: Wed, 7 Nov 2012 21:04:55 +0000 Subject: [PATCH] add comment why we mouse unbind, just like kbd --- conf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.c b/conf.c index 1e8415f..bf063d5 100644 --- a/conf.c +++ b/conf.c @@ -571,6 +571,7 @@ conf_mousebind(struct conf *c, char *name, char *binding) if (errstr) warnx("number of buttons is %s: %s", errstr, substring); + /* We now have the correct binding, remove duplicates. */ conf_mouseunbind(c, current_binding); if (strcmp("unmap", binding) == 0) {