diff options
Diffstat (limited to 'sway/layout.h')
-rw-r--r-- | sway/layout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/layout.h b/sway/layout.h index 08f3f78b..b0aec42f 100644 --- a/sway/layout.h +++ b/sway/layout.h @@ -49,6 +49,7 @@ void add_output(wlc_handle output); void destroy_output(wlc_handle output); void destroy_view(swayc_t *view); void add_view(wlc_handle view); +void unfocus_all(swayc_t *container); void focus_view(swayc_t *view); void arrange_windows(swayc_t *container, int width, int height); swayc_t *find_container(swayc_t *container, bool (*test)(swayc_t *view, void *data), void *data); |