about summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2013-05-10 16:32:47 +0000
committerokan <okan>2013-05-10 16:32:47 +0000
commit9b9e95d74236b135d799c19c94d9b8070ffc6a58 (patch)
tree2aef3f92967d43e2784eef3eff770e7608664e51 /conf.c
parentd0fe80b1f46a3049635c12deb62f73f6cea30f25 (diff)
downloadcwm-9b9e95d74236b135d799c19c94d9b8070ffc6a58.tar.gz
cwm-9b9e95d74236b135d799c19c94d9b8070ffc6a58.tar.xz
cwm-9b9e95d74236b135d799c19c94d9b8070ffc6a58.zip
more type fixes for mask/button
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index ee18fcd..e580b9e 100644
--- a/conf.c
+++ b/conf.c
@@ -627,7 +627,7 @@ void
 conf_grab_mouse(struct client_ctx *cc)
 {
 	struct mousebinding	*mb;
-	int			 button;
+	u_int			 button;
 
 	TAILQ_FOREACH(mb, &Conf.mousebindingq, entry) {
 		if (mb->context != MOUSEBIND_CTX_WIN)