summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/layout.h2
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);
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);
33
32#endif 34#endif