summaryrefslogtreecommitdiff
path: root/src/manage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/manage.h')
-rw-r--r--src/manage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/manage.h b/src/manage.h
index 6788485..8001e09 100644
--- a/src/manage.h
+++ b/src/manage.h
@@ -33,7 +33,6 @@ void unmanage (rp_window *w);
int update_window_name (rp_window *win);
void update_normal_hints (rp_window *win);
void rename_current_window (void);
-void send_configure (Window w, int x, int y, int width, int height, int border);
void set_state (rp_window *win, int state);
long get_state (rp_window *win);
@@ -52,7 +51,6 @@ void grab_keys_all_wins (void);
void hide_window (rp_window *win);
void unhide_window (rp_window *win);
void unhide_all_windows (void);
-void unhide_window_below (rp_window *win);
void withdraw_window (rp_window *win);
void hide_others (rp_window *win);
void hide_screen_windows (rp_screen *s);