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, 2 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 874de05..f0ec828 100644
--- a/src/window.h
+++ b/src/window.h
@@ -65,4 +65,6 @@ void free_window_stuff ();
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);
#endif /* ! _RATPOISON_LIST_H */