diff options
| author | Luminarys <kizunanohikari@gmail.com> | 2015-08-21 22:26:11 -0500 |
|---|---|---|
| committer | Luminarys <kizunanohikari@gmail.com> | 2015-08-21 22:26:11 -0500 |
| commit | f6b16ca089753beb4f7425fce195321e3073fb02 (patch) | |
| tree | 09c43c1ddba542b6c7e5c2718f706916df313b2d /include/layout.h | |
| parent | ad1ca31dd5a36736176002ec7b7c9548cd63113d (diff) | |
Refactored resizing functions into resize.c
Diffstat (limited to 'include/layout.h')
| -rw-r--r-- | include/layout.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |
