aboutsummaryrefslogtreecommitdiffstats
path: root/include/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/container.h b/include/container.h
index cb18de49..c2953eec 100644
--- a/include/container.h
+++ b/include/container.h
@@ -75,7 +75,9 @@ struct sway_container {
75 bool is_floating; 75 bool is_floating;
76 bool is_focused; 76 bool is_focused;
77 77
78 // Attributes that mostly views have.
78 char *name; 79 char *name;
80 char *class;
79 81
80 int gaps; 82 int gaps;
81 83