diff options
author | Luminarys <[email protected]> | 2015-08-20 21:37:59 -0500 |
---|---|---|
committer | Luminarys <[email protected]> | 2015-08-20 21:37:59 -0500 |
commit | f589731f2912660bab6fdffc14ddcdbac3edd41c (patch) | |
tree | cda490ea65181959c777e623cb0f20f055f1d90a /include/layout.h | |
parent | c9935507f2bc8e2471f6642e99a2fb52ab1310f0 (diff) |
Rewrite of resize command to make it more sane
Diffstat (limited to 'include/layout.h')
-rw-r--r-- | include/layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/layout.h b/include/layout.h index 4dff81b7..566e3246 100644 --- a/include/layout.h +++ b/include/layout.h @@ -29,6 +29,6 @@ swayc_t *get_focused_container(swayc_t *parent); swayc_t *get_swayc_for_handle(wlc_handle handle, swayc_t *parent); swayc_t *get_swayc_in_direction(swayc_t *container, enum movement_direction dir); -void recursive_resize(swayc_t *container, double amount, enum movement_direction dir); +void recursive_resize(swayc_t *container, double amount, enum wlc_resize_edge edge); #endif |