diff options
author | Luminarys <kizunanohikari@gmail.com> | 2015-08-28 23:39:12 -0500 |
---|---|---|
committer | Luminarys <kizunanohikari@gmail.com> | 2015-08-28 23:39:12 -0500 |
commit | 7eefecf4790bd0daf5c5727766c904c8c55dc6ee (patch) | |
tree | 2b65e4162d599e2bc2c0a706678f19b4b1c2fd14 /include/layout.h | |
parent | 70c238ef663c9e3b11046e6d7b20fa7385e4c708 (diff) |
Added in scratchpad adding
Diffstat (limited to 'include/layout.h')
-rw-r--r-- | include/layout.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/layout.h b/include/layout.h index f462bdb3..cb38a7b1 100644 --- a/include/layout.h +++ b/include/layout.h @@ -8,6 +8,8 @@ extern swayc_t root_container; +extern list_t *scratchpad; + extern int min_sane_w; extern int min_sane_h; |