summaryrefslogtreecommitdiff
path: root/src/input.h
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.h
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.h')
-rw-r--r--src/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.h b/src/input.h
index e26f46f..4a74ac3 100644
--- a/src/input.h
+++ b/src/input.h
@@ -27,6 +27,6 @@ int cook_keycode (XKeyEvent *ev, KeySym *keysym, unsigned int *mod, char *keysym
char *get_input (char *prompt);
char *get_more_input (char *prompt, char *preinput);
int read_key (KeySym *keysym, unsigned int *modifiers, char *keysym_name, int len);
-void init_modifier_map ();
+void update_modifier_map ();
#endif /* ! _RATPOISON_INPUT_H */