summaryrefslogtreecommitdiff
path: root/src/manage.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-12-15 09:57:28 +0000
committersabetts <sabetts>2000-12-15 09:57:28 +0000
commita4b8bf2d64b490e0b42ed0d50cba90c4ab07f47a (patch)
treece9436f88df0cd1a6942741d28a77a14e93b417c /src/manage.h
parentc2f31737d4e362e9193ca73c2fe9329b0ff9acfe (diff)
downloadratpoison-a4b8bf2d64b490e0b42ed0d50cba90c4ab07f47a.zip
added prototype
Diffstat (limited to 'src/manage.h')
-rw-r--r--src/manage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/manage.h b/src/manage.h
index 81abae6..2df31c7 100644
--- a/src/manage.h
+++ b/src/manage.h
@@ -27,6 +27,8 @@ void scanwins(screen_info *s);
void manage (rp_window *w, screen_info *s);
void unmanage (rp_window *w);
int update_window_name (rp_window *win);
+void update_normal_hints (rp_window *win);
void rename_current_window ();
void send_configure (rp_window *win);
+
#endif /* _MANAGE_H */