diff options
author | sabetts <sabetts> | 2003-02-24 07:44:20 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-02-24 07:44:20 +0000 |
commit | 74feea3aa793b13a3582fc25329701a45de01b64 (patch) | |
tree | 62791cbc8dfa5407ea5aa7e7492de4b515b89649 /src/split.h | |
parent | 49ca20c9fc7807d612ef9925c110e8da6c3c1a8f (diff) | |
download | ratpoison-74feea3aa793b13a3582fc25329701a45de01b64.zip |
* src/split.h (cleanup_frame): new protoype
* src/manage.c (scanwins): added better debugging output
* src/events.c (cleanup_frame): move to split.c
(handle_key): ungrab the rat right after we read the key.
* src/actions.h (cmd_tmpwm): new prototype.
* src/actions.c (spawn): return the pid of the child
process. prototype updated.
(cmd_tmpwm): new function
(user_commands): new command, tmp_wm.
Diffstat (limited to 'src/split.h')
-rw-r--r-- | src/split.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/split.h b/src/split.h index fe2d853..7bf56d3 100644 --- a/src/split.h +++ b/src/split.h @@ -24,6 +24,7 @@ int num_frames (screen_info *s); rp_window *set_frames_window (rp_window_frame *frame, rp_window *win); +void cleanup_frame (rp_window_frame *frame); void maximize_all_windows_in_frame (rp_window_frame *frame); void h_split_frame (rp_window_frame *frame, int pixels); void v_split_frame (rp_window_frame *frame, int pixels); |