summaryrefslogtreecommitdiff
path: root/src/manage.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-01-02 12:15:08 +0000
committersabetts <sabetts>2002-01-02 12:15:08 +0000
commitd2de091a0450b16a51d4be53928a7617961a9850 (patch)
tree3d7bcf90aea19a31a70cd187a5b0979fea22d579 /src/manage.h
parent46eeb9fd620ded56fd2a5c013038ca56f22a2b4d (diff)
downloadratpoison-d2de091a0450b16a51d4be53928a7617961a9850.zip
* src/manage.h (get_state): new prototype
* src/manage.c (update_normal_hints): print only the hints that are set as debugging output. (scanwins): collect mapped and iconized windows. (get_state): new function * src/main.c (clean_up): don't map iconized windows.
Diffstat (limited to 'src/manage.h')
-rw-r--r--src/manage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/manage.h b/src/manage.h
index 499e4f2..892751b 100644
--- a/src/manage.h
+++ b/src/manage.h
@@ -33,6 +33,7 @@ void update_normal_hints (rp_window *win);
void rename_current_window ();
void send_configure (rp_window *win);
void set_state (rp_window *win, int state);
+long get_state (rp_window *win);
void update_window_information (rp_window *win);
void map_window (rp_window *win);