aboutsummaryrefslogtreecommitdiffstats
path: root/include/layout.h
diff options
context:
space:
mode:
authorLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-28 23:39:12 -0500
committerLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-28 23:39:12 -0500
commit7eefecf4790bd0daf5c5727766c904c8c55dc6ee (patch)
tree2b65e4162d599e2bc2c0a706678f19b4b1c2fd14 /include/layout.h
parentMerge pull request #147 from taiyu-len/master (diff)
downloadsway-7eefecf4790bd0daf5c5727766c904c8c55dc6ee.tar.gz
sway-7eefecf4790bd0daf5c5727766c904c8c55dc6ee.tar.zst
sway-7eefecf4790bd0daf5c5727766c904c8c55dc6ee.zip
Added in scratchpad adding
Diffstat (limited to 'include/layout.h')
-rw-r--r--include/layout.h2
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 @@
8 8
9extern swayc_t root_container; 9extern swayc_t root_container;
10 10
11extern list_t *scratchpad;
12
11extern int min_sane_w; 13extern int min_sane_w;
12extern int min_sane_h; 14extern int min_sane_h;
13 15