summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
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} },