From e226b20bd8d2ce98077aee35b2a33b73943db247 Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Date: Sat, 2 Apr 2016 16:29:31 +0200 Subject: Reapply prev layout when exiting tabbed/stacked --- include/container.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 { enum swayc_types type; enum swayc_layouts layout; + enum swayc_layouts prev_layout; /** * Width and height of this container, without borders or gaps. -- cgit v1.2.3