diff options
author | Drew DeVault <[email protected]> | 2015-08-09 20:10:26 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2015-08-09 20:10:26 -0400 |
commit | 9f091c7f82a73144b4eb4ca4f5f800c811fbab46 (patch) | |
tree | 76726b112e18cc537e080568c7e5df30520a3ed9 /sway/layout.h | |
parent | 1669da719c96e80cc5c462bbd648b17c7cd25a82 (diff) |
Add movement support
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); |