diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-08-29 06:51:16 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-08-29 06:51:16 -0400 |
commit | 6b962ebd22767a6c3fa9317ef1fdc814d195854a (patch) | |
tree | 9712d5f68fee99ead21b6f0769d325d427a2dc30 /include | |
parent | 836f24b04713217fea569c240b1cd6cb922d5091 (diff) | |
parent | 167409702fbad100cf1f7ddce70d07b3c0281dfc (diff) | |
download | sway-6b962ebd22767a6c3fa9317ef1fdc814d195854a.tar.xz |
Merge pull request #150 from Luminarys/master
Added in Scratchpad
Diffstat (limited to 'include')
-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; |