From f6b16ca089753beb4f7425fce195321e3073fb02 Mon Sep 17 00:00:00 2001 From: Luminarys Date: Fri, 21 Aug 2015 22:26:11 -0500 Subject: Refactored resizing functions into resize.c --- include/layout.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/layout.h') diff --git a/include/layout.h b/include/layout.h index 7b8829ed..f8aebe0a 100644 --- a/include/layout.h +++ b/include/layout.h @@ -8,6 +8,9 @@ extern swayc_t root_container; +extern int min_sane_w; +extern int min_sane_h; + void init_layout(void); void add_child(swayc_t *parent, swayc_t *child); -- cgit v1.2.3-54-g00ecf