diff options
author | sabetts <sabetts> | 2001-05-18 21:28:57 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-05-18 21:28:57 +0000 |
commit | dc8862437485021dc0892ae4fc935f1b2a4b68cd (patch) | |
tree | da8f8274e65e6975f6da8c91a389bcabd9d0fede /src/main.c | |
parent | 8570b3d36d3566a602947ce60fc87940f5ce8b5f (diff) | |
download | ratpoison-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/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -420,8 +420,8 @@ main (int argc, char *argv[]) init_numbers (); init_window_list (); init_frame_list (); + update_modifier_map (); initialize_default_keybindings (); - init_modifier_map (); font = XLoadQueryFont (dpy, FONT); if (font == NULL) |