diff options
author | sabetts <sabetts> | 2000-12-15 09:57:28 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-12-15 09:57:28 +0000 |
commit | a4b8bf2d64b490e0b42ed0d50cba90c4ab07f47a (patch) | |
tree | ce9436f88df0cd1a6942741d28a77a14e93b417c /src | |
parent | c2f31737d4e362e9193ca73c2fe9329b0ff9acfe (diff) | |
download | ratpoison-a4b8bf2d64b490e0b42ed0d50cba90c4ab07f47a.zip |
added prototype
Diffstat (limited to 'src')
-rw-r--r-- | src/manage.h | 2 |
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 */ |