From 5b7e66a13b79c1c8b7a4f2661912271f1777d892 Mon Sep 17 00:00:00 2001 From: okan Date: Fri, 2 Dec 2016 16:50:19 +0000 Subject: [PATCH] use the correct type --- conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.c b/conf.c index d0b5a97..f147163 100644 --- a/conf.c +++ b/conf.c @@ -59,7 +59,7 @@ static const char *color_binds[] = { static const struct { const char *tag; void (*handler)(void *, union arg *, enum xev); - int context; + enum context context; union arg argument; } name_to_func[] = { { "window-menu-label", kbfunc_menu_client_label, CWM_CONTEXT_CC, {0} },