summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/container.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/container.h b/include/sway/container.h
index ff65628c..46925589 100644
--- a/include/sway/container.h
+++ b/include/sway/container.h
@@ -115,6 +115,7 @@ struct sway_container {
115 // Attributes that mostly views have. 115 // Attributes that mostly views have.
116 char *name; 116 char *name;
117 char *class; 117 char *class;
118 char *instance;
118 char *app_id; 119 char *app_id;
119 120
120 // Used by output containers to keep track of swaybg child processes. 121 // Used by output containers to keep track of swaybg child processes.