diff options
author | sabetts <sabetts> | 2001-08-23 05:16:17 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-08-23 05:16:17 +0000 |
commit | b4bbd9206ca9a5f9b0fec30bb70b04d29e84a8c8 (patch) | |
tree | 92af06e97321df0521cc579686bb01c3ce25595c /src/split.h | |
parent | d86a6d1adada6ce07151306973d29b0c62235701 (diff) | |
download | ratpoison-b4bbd9206ca9a5f9b0fec30bb70b04d29e84a8c8.zip |
new code to handle transient windows
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 00139f3..afc8c27 100644 --- a/src/split.h +++ b/src/split.h @@ -22,6 +22,8 @@ #ifndef SPLIT_H #define SPLIT_H +rp_window *set_frames_window (rp_window_frame *frame, rp_window *win); +void maximize_all_windows_in_frame (rp_window_frame *frame); void h_split_frame (rp_window_frame *frame); void v_split_frame (rp_window_frame *frame); void remove_all_splits (); |