summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2013-07-10 14:11:42 +0000
committerokan <okan>2013-07-10 14:11:42 +0000
commit95710383580ecf66a58f27ecaa62dfe6c714c682 (patch)
treee4acbcdba29357efe8925dc298fc201216810587 /conf.c
parentdd10412804923a5e1b2aab46ab94c4f8e29696fb (diff)
downloadcwm-95710383580ecf66a58f27ecaa62dfe6c714c682.tar.gz
cwm-95710383580ecf66a58f27ecaa62dfe6c714c682.tar.xz
cwm-95710383580ecf66a58f27ecaa62dfe6c714c682.zip
type fixes
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.c b/conf.c
index 576f623..89dc18c 100644
--- a/conf.c
+++ b/conf.c
@@ -99,8 +99,8 @@ static char *color_binds[] = {
 void
 conf_screen(struct screen_ctx *sc)
 {
-	int			 i;
-	XftColor		 xc;
+	u_int		 i;
+	XftColor	 xc;
 
 	sc->gap = Conf.gap;