summaryrefslogtreecommitdiff
path: root/src/manage.h
diff options
context:
space:
mode:
authorMathieu OTHACEHE <m.othacehe@gmail.com>2016-12-14 19:53:59 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-12-21 23:06:08 +0100
commitcc68614a5c1c83421668556cf732c341c8da83f9 (patch)
tree36d18ce573205d3f5580d9459e44a2a40b48697b /src/manage.h
parent5318f014451620f32a264d01f620562e973f3a64 (diff)
downloadratpoison-cc68614a5c1c83421668556cf732c341c8da83f9.zip
Add a hide_screen_windows function
This function is useful to find the windows displayed on a specific screen and hide them.
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 e83a5f2..6788485 100644
--- a/src/manage.h
+++ b/src/manage.h
@@ -55,5 +55,6 @@ 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);
#endif /* ! _RATPOISION_MANAGE_H */