about summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2012-12-17 02:53:29 +0000
committerokan <okan>2012-12-17 02:53:29 +0000
commit96cd288a2a34e90eb617e2225615eeba2ba690fb (patch)
treec14ff5cb6cea06c7a53085dbe70a5f4351be2ddd /conf.c
parent6900cd36121062f81f29ec3651aa1ee8807edbe1 (diff)
downloadcwm-96cd288a2a34e90eb617e2225615eeba2ba690fb.tar.gz
cwm-96cd288a2a34e90eb617e2225615eeba2ba690fb.tar.xz
cwm-96cd288a2a34e90eb617e2225615eeba2ba690fb.zip
knf
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf.c b/conf.c
index a42be91..5d4ec23 100644
--- a/conf.c
+++ b/conf.c
@@ -62,14 +62,14 @@ conf_gap(struct conf *c, struct screen_ctx *sc)
 void
 conf_font(struct conf *c, struct screen_ctx *sc)
 {
-	font_init(sc, c->font, (const char**)c->menucolor);
+	font_init(sc, c->font, (const char **)c->menucolor);
 }
 
 static char *menu_color_binds[CWM_COLOR_MENU_MAX] = {
-	"black",  /* CWM_COLOR_MENU_FG */
-	"white",  /* CWM_COLOR_MENU_BG */
-	"black",  /* CWM_COLOR_MENU_FONT */
-	"",  	  /* CWM_COLOR_MENU_FONT_SEL */
+	"black", /* CWM_COLOR_MENU_FG */
+	"white", /* CWM_COLOR_MENU_BG */
+	"black", /* CWM_COLOR_MENU_FONT */
+	"",  	 /* CWM_COLOR_MENU_FONT_SEL */
 };
 
 static struct color color_binds[CWM_COLOR_MAX] = {