summaryrefslogtreecommitdiffstats
path: root/include/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/layout.h')
-rw-r--r--include/layout.h2
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);
29swayc_t *get_swayc_for_handle(wlc_handle handle, swayc_t *parent); 29swayc_t *get_swayc_for_handle(wlc_handle handle, swayc_t *parent);
30swayc_t *get_swayc_in_direction(swayc_t *container, enum movement_direction dir); 30swayc_t *get_swayc_in_direction(swayc_t *container, enum movement_direction dir);
31 31
32void recursive_resize(swayc_t *container, double amount, enum movement_direction dir); 32void recursive_resize(swayc_t *container, double amount, enum wlc_resize_edge edge);
33 33
34#endif 34#endif