summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index 75d83ea..9103f0a 100644
--- a/src/window.h
+++ b/src/window.h
@@ -63,6 +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);
+rp_frame *win_get_frame (rp_window *win);
#endif /* ! _RATPOISON_LIST_H */