diff options
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h index f15c26b..1ecf16b 100644 --- a/src/window.h +++ b/src/window.h @@ -63,4 +63,6 @@ void get_window_list (char *fmt, char *delim, struct sbuf *buffer, void init_window_stuff (); void free_window_stuff (); +rp_window_frame *win_get_frame (rp_window *win); + #endif /* ! _RATPOISON_LIST_H */ |