summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-04-02 16:29:31 +0200
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-04-25 00:00:49 +0200
commite226b20bd8d2ce98077aee35b2a33b73943db247 (patch)
tree6f6d9c1c9743a2cb3d4a0ab013e312bba63d471d /include
parentImprove move command with tabbed/stacked layout (diff)
downloadsway-e226b20bd8d2ce98077aee35b2a33b73943db247.tar.gz
sway-e226b20bd8d2ce98077aee35b2a33b73943db247.tar.zst
sway-e226b20bd8d2ce98077aee35b2a33b73943db247.zip
Reapply prev layout when exiting tabbed/stacked
Diffstat (limited to 'include')
-rw-r--r--include/container.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/container.h b/include/container.h
index d9f33b8a..29d4ea12 100644
--- a/include/container.h
+++ b/include/container.h
@@ -56,6 +56,7 @@ struct sway_container {
56 56
57 enum swayc_types type; 57 enum swayc_types type;
58 enum swayc_layouts layout; 58 enum swayc_layouts layout;
59 enum swayc_layouts prev_layout;
59 60
60 /** 61 /**
61 * Width and height of this container, without borders or gaps. 62 * Width and height of this container, without borders or gaps.