From 6ddaccd940d82362ead59ee4f5d21b3feb3d57fc Mon Sep 17 00:00:00 2001 From: sabetts Date: Thu, 18 Oct 2001 07:51:59 +0000 Subject: * src/split.h (find_last_frame): new prototype * src/split.c (update_last_access): new function (find_last_frame): likewise (split_frame): update the new frame's last_access field (set_active_frame): update the new current frame's last_access field * src/input.h (x11_mask_to_rp_mask): new prototype (rp_mask_to_x11_mask): likewise * src/input.c (x11_mask_to_rp_mask): new function (rp_mask_to_x11_mask): likewise * src/events.c (handle_key): convert X11 modifier masks to rp modifier masks where appropriate. * src/actions.h (cmd_focuslast): new prototype * src/actions.c (initialize_default_keybindings): new keybinding for "focuslast" (cmd_focuslast): new function (user_command): new command "focuslast" --- src/actions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/actions.h') diff --git a/src/actions.h b/src/actions.h index cdbd410..c675374 100644 --- a/src/actions.h +++ b/src/actions.h @@ -101,6 +101,7 @@ char * cmd_focusleft (int interactive, void *data); char * cmd_focusright (int interactive, void *data); char * cmd_restart (int interactive, void *data); char * cmd_startup_message (int interactive, void *data); +char * cmd_focuslast (int interactive, void *data); /* void cmd_xterm (void *data); */ -- cgit v1.2.3