From 61a24d7091d7ca0009a7e9216c0f3bc79ba262dd Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Mon, 25 Jun 2012 16:45:19 +0300 Subject: rename key type to Key --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 22d8063..d7a2530 100644 --- a/config.def.h +++ b/config.def.h @@ -39,7 +39,7 @@ static const char *termcmd[] = { "xterm", NULL }; { MOD1|ShiftMask, K, client_to_desktop, {.i = N}}, /** Shortcuts **/ -static key keys[] = { +static Key keys[] = { /* modifier key function argument */ { MOD1|SHIFT, XK_c, killclient, {NULL}}, { MOD1, XK_j, next_win, {NULL}}, -- cgit v1.3.1