summary refs log tree commit diff
path: root/kbfunc.c
diff options
context:
space:
mode:
authorokan <okan>2014-01-03 15:29:06 +0000
committerokan <okan>2014-01-03 15:29:06 +0000
commit86b149ad2537061b8af6a51376835c1e1f1cc4ec (patch)
treef63f024d95c1d48d2452ed8aab4fcb0d0bc2d89f /kbfunc.c
parentf4c289b9e63c3daec2b6523871e07328dc778bb6 (diff)
parent43ccf4eae0f0f5c50495834e29f93671468a7cfe (diff)
downloadcwm-86b149ad2537061b8af6a51376835c1e1f1cc4ec.tar.gz
cwm-86b149ad2537061b8af6a51376835c1e1f1cc4ec.tar.xz
cwm-86b149ad2537061b8af6a51376835c1e1f1cc4ec.zip
cvsimport
Diffstat (limited to 'kbfunc.c')
-rw-r--r--kbfunc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbfunc.c b/kbfunc.c
index 394acc4..1f7d57a 100644
--- a/kbfunc.c
+++ b/kbfunc.c
@@ -58,7 +58,7 @@ kbfunc_client_moveresize(struct client_ctx *cc, union arg *arg)
 	struct screen_ctx	*sc = cc->sc;
 	struct geom		 xine;
 	int			 x, y, flags, amt;
-	u_int			 mx, my;
+	unsigned int		 mx, my;
 
 	if (cc->flags & CLIENT_FREEZE)
 		return;