summaryrefslogtreecommitdiffstats
path: root/include/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/container.h b/include/container.h
index cb18de49..7b0bdb78 100644
--- a/include/container.h
+++ b/include/container.h
@@ -75,7 +75,10 @@ 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;
81 char *app_id;
79 82
80 int gaps; 83 int gaps;
81 84