summaryrefslogtreecommitdiff
path: root/src/manage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/manage.h')
-rw-r--r--src/manage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/manage.h b/src/manage.h
index acfa68b..2d0eabc 100644
--- a/src/manage.h
+++ b/src/manage.h
@@ -35,4 +35,7 @@ void rename_current_window ();
void send_configure (rp_window *win);
void set_state (rp_window *win, int state);
+void maximize (rp_window *win);
+void force_maximize (rp_window *win);
+
#endif /* ! _RATPOISION_MANAGE_H */