aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2012-06-25 16:45:19 +0300
committerIvan Kanakarakis <ivan.kanak@gmail.com>2012-06-28 16:27:56 +0300
commit61a24d7091d7ca0009a7e9216c0f3bc79ba262dd (patch)
treec3be626c166adc12e864fd000509531a11fd4dd7
parent0bcc99c35a639682f9feb0c3226f53888f3f36fb (diff)
rename key type to Key
-rw-r--r--config.def.h2
-rw-r--r--monsterwm.c2
2 files changed, 2 insertions, 2 deletions
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}},
diff --git a/monsterwm.c b/monsterwm.c
index 59cb457..91cd1cb 100644
--- a/monsterwm.c
+++ b/monsterwm.c
@@ -44,7 +44,7 @@ typedef struct {
KeySym keysym;
void (*func)(const Arg *);
const Arg arg;
-} key;
+} Key;
/* a button struct represents a combination of
* mask - a modifier mask