diff options
Diffstat (limited to 'src/split.h')
-rw-r--r-- | src/split.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/split.h b/src/split.h index d7ce710..53661b0 100644 --- a/src/split.h +++ b/src/split.h @@ -54,4 +54,6 @@ rp_window_frame *find_frame_up (rp_window_frame *frame); rp_window_frame *find_last_frame (screen_info *s); rp_window_frame *find_frame_number (screen_info *s, int num); +rp_window_frame *current_frame (); + #endif |