From 70cf82da23418e4d1467d9c058eb1c1afc1d420e Mon Sep 17 00:00:00 2001 From: sabetts Date: Fri, 8 Feb 2002 02:45:59 +0000 Subject: * src/split.h (find_last_frame): prototype now correctly reflects the actual function. * src/events.c (configure_notify): ignore substructurenotify events. Add more debugging statements. * src/actions.c (cmd_focuslast): pass the current screen to the call to find_last_frame. --- src/actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actions.c') diff --git a/src/actions.c b/src/actions.c index d2e45a5..314d41c 100644 --- a/src/actions.c +++ b/src/actions.c @@ -2310,7 +2310,7 @@ cmd_startup_message (int interactive, void *data) char * cmd_focuslast (int interactive, void *data) { - rp_window_frame *frame = find_last_frame(); + rp_window_frame *frame = find_last_frame(current_screen()); if (frame) set_active_frame (frame); -- cgit v1.2.3