summaryrefslogtreecommitdiff
path: root/src/input.c
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-05-18 21:28:57 +0000
committersabetts <sabetts>2001-05-18 21:28:57 +0000
commitdc8862437485021dc0892ae4fc935f1b2a4b68cd (patch)
treeda8f8274e65e6975f6da8c91a389bcabd9d0fede /src/input.c
parent8570b3d36d3566a602947ce60fc87940f5ce8b5f (diff)
downloadratpoison-dc8862437485021dc0892ae4fc935f1b2a4b68cd.zip
* src/input.c (update_modifier_map): rename from
init_modifier_map. all callers updated. prototype updated. * src/events.c (mapping_notify): new function (delegate_event): handle MappingNotify events.
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 };