summaryrefslogtreecommitdiffstats
path: root/include/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/container.h b/include/container.h
index 157b996a..d027f369 100644
--- a/include/container.h
+++ b/include/container.h
@@ -97,6 +97,10 @@ struct sway_container {
97 * Which of this container's children has focus. 97 * Which of this container's children has focus.
98 */ 98 */
99 struct sway_container *focused; 99 struct sway_container *focused;
100 /**
101 * If this container's children include a fullscreen view, this is that view.
102 */
103 struct sway_container *fullscreen;
100}; 104};
101 105
102enum visibility_mask { 106enum visibility_mask {