diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/container.h | 1 |
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 { enum swayc_types type; enum swayc_layouts layout; + enum swayc_layouts prev_layout; /** * Width and height of this container, without borders or gaps. |