diff options
Diffstat (limited to 'include/container.h')
-rw-r--r-- | include/container.h | 1 |
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 { // Attributes that mostly views have. char *name; char *class; + char *app_id; int gaps; |