summaryrefslogtreecommitdiff
path: root/src/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.c')
-rw-r--r--src/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.c b/src/input.c
index 1818f5d..60f4624 100644
--- a/src/input.c
+++ b/src/input.c
@@ -30,7 +30,7 @@
/* Figure out what keysyms are attached to what modifiers */
void
-init_modifier_map ()
+update_modifier_map ()
{
unsigned int modmasks[] =
{ Mod1Mask, Mod2Mask, Mod3Mask, Mod4Mask, Mod5Mask };