From 15d9f1edcb69fec18104fc5d40780cf1306731ef Mon Sep 17 00:00:00 2001 From: Luminarys Date: Thu, 20 Aug 2015 11:30:11 -0500 Subject: Added in basic resize command --- include/layout.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit v1.2.3-54-g00ecf