From dc8862437485021dc0892ae4fc935f1b2a4b68cd Mon Sep 17 00:00:00 2001 From: sabetts Date: Fri, 18 May 2001 21:28:57 +0000 Subject: * 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. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index c9f3875..16b27bf 100644 --- a/src/main.c +++ b/src/main.c @@ -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) -- cgit v1.2.3