summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 650ade1..3b51316 100644
--- a/src/window.h
+++ b/src/window.h
@@ -67,4 +67,7 @@ rp_frame *win_get_frame (rp_window *win);
void set_active_window_force (rp_window *win);
void set_active_window_body (rp_window *win, int force);
+
+struct rp_child_info *get_child_info (Window w);
+
#endif /* ! _RATPOISON_LIST_H */