summaryrefslogtreecommitdiff
path: root/src/split.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-02-08 02:45:59 +0000
committersabetts <sabetts>2002-02-08 02:45:59 +0000
commit70cf82da23418e4d1467d9c058eb1c1afc1d420e (patch)
tree415c04ff18a021461d862ec7de81c9cd24d4d020 /src/split.h
parentc7f67d38459b0951e7124238053e4724146e7e74 (diff)
downloadratpoison-70cf82da23418e4d1467d9c058eb1c1afc1d420e.zip
* 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.
Diffstat (limited to 'src/split.h')
-rw-r--r--src/split.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/split.h b/src/split.h
index 3cc5cb2..606981e 100644
--- a/src/split.h
+++ b/src/split.h
@@ -44,6 +44,6 @@ rp_window_frame *find_frame_right (rp_window_frame *frame);
rp_window_frame *find_frame_left (rp_window_frame *frame);
rp_window_frame *find_frame_down (rp_window_frame *frame);
rp_window_frame *find_frame_up (rp_window_frame *frame);
-rp_window_frame *find_last_frame ();
+rp_window_frame *find_last_frame (screen_info *s);
#endif