summaryrefslogtreecommitdiffstats
path: root/include/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/container.h b/include/container.h
index c2953eec..7b0bdb78 100644
--- a/include/container.h
+++ b/include/container.h
@@ -78,6 +78,7 @@ struct sway_container {
78 // Attributes that mostly views have. 78 // Attributes that mostly views have.
79 char *name; 79 char *name;
80 char *class; 80 char *class;
81 char *app_id;
81 82
82 int gaps; 83 int gaps;
83 84