diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-08-20 11:30:11 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-08-20 11:30:11 -0500 |
| commit | 0109114670e5baf890c44521f6a0fb69edbe49c6 (patch) | |
| tree | 0bac7e930b456127e2057b59d93d0b18b58f4fe6 | |
| parent | b88a1b17224095f7403b16250edbdc8c2482e5e1 (diff) | |
Added in basic resize command
| -rw-r--r-- | include/layout.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/layout.h b/include/layout.h index 75e72d2f..4dff81b7 100644 --- a/include/layout.h +++ b/include/layout.h @@ -29,4 +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); + #endif |
