diff options
Diffstat (limited to 'include/sway/container.h')
-rw-r--r-- | include/sway/container.h | 1 |
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 { // Attributes that mostly views have. char *name; char *class; + char *instance; char *app_id; // Used by output containers to keep track of swaybg child processes. |