summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-08-29 06:51:16 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-08-29 06:51:16 -0400
commit6b962ebd22767a6c3fa9317ef1fdc814d195854a (patch)
tree9712d5f68fee99ead21b6f0769d325d427a2dc30 /include
parent#149 change focus before pointer_mode (diff)
parentFixed move scratchpad and added in scratchpad show (diff)
downloadsway-6b962ebd22767a6c3fa9317ef1fdc814d195854a.tar.gz
sway-6b962ebd22767a6c3fa9317ef1fdc814d195854a.tar.zst
sway-6b962ebd22767a6c3fa9317ef1fdc814d195854a.zip
Merge pull request #150 from Luminarys/master
Added in Scratchpad
Diffstat (limited to 'include')
-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