summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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 7b0bdb78..157b996a 100644
--- a/include/container.h
+++ b/include/container.h
@@ -74,6 +74,7 @@ struct sway_container {
74 bool visible; 74 bool visible;
75 bool is_floating; 75 bool is_floating;
76 bool is_focused; 76 bool is_focused;
77 bool sticky; // floating view always visible on its output
77 78
78 // Attributes that mostly views have. 79 // Attributes that mostly views have.
79 char *name; 80 char *name;