summaryrefslogtreecommitdiff
path: root/src/manage.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-02-11 08:10:27 +0000
committersabetts <sabetts>2001-02-11 08:10:27 +0000
commit83b8ce0334def917dac3d47c21e9a6e389007bd0 (patch)
treebe578b014696e83d77af4c1ebf9d8dcb26b705b1 /src/manage.h
parent69c05c373e8547e47ac523240cf9e6c9acadfc30 (diff)
downloadratpoison-83b8ce0334def917dac3d47c21e9a6e389007bd0.zip
* manage.h (set_state): Added prototype
* manage.c (send_configure): Now sends the window's x,y,width,height coordinates. (set_state): Added * events.c (map_request): Calls set_state when mapping an unmapped window. * actions.c (maximize_transient): takes an rp_window as the argument. Removed code to handle void *data. Incremental resizing only happens if the maximum size isn't set. Removed actual X maximization code. (maximize): Moved meat to maximize_normal().
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 2df31c7..6519392 100644
--- a/src/manage.h
+++ b/src/manage.h
@@ -30,5 +30,6 @@ int update_window_name (rp_window *win);
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);
#endif /* _MANAGE_H */