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 --- sway/layout.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sway/layout.c') diff --git a/sway/layout.c b/sway/layout.c index 70d9eb21..18ecb1e7 100644 --- a/sway/layout.c +++ b/sway/layout.c @@ -10,6 +10,8 @@ #include "focus.h" swayc_t root_container; +int min_sane_h = 60; +int min_sane_w = 100; void init_layout(void) { root_container.type = C_ROOT; -- cgit v1.2.3