diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-06-25 16:45:19 +0300 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-06-28 16:27:56 +0300 |
| commit | 61a24d7091d7ca0009a7e9216c0f3bc79ba262dd (patch) | |
| tree | c3be626c166adc12e864fd000509531a11fd4dd7 /monsterwm.c | |
| parent | 0bcc99c35a639682f9feb0c3226f53888f3f36fb (diff) | |
rename key type to Key
Diffstat (limited to 'monsterwm.c')
| -rw-r--r-- | monsterwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
