diff options
author | S. Christoffer Eliesen <christoffer@eliesen.no> | 2015-11-22 22:09:33 +0100 |
---|---|---|
committer | S. Christoffer Eliesen <christoffer@eliesen.no> | 2015-11-24 16:00:41 +0100 |
commit | 4367e6d3e306f81e113d61842c3c542d62694577 (patch) | |
tree | c73a877a83807b4b1f707a039aaee392d14bab6d /include | |
parent | 47c313fe3e8f66dafbebd4d00c143ac4a49c5c2d (diff) | |
download | sway-4367e6d3e306f81e113d61842c3c542d62694577.tar.xz |
container: Store app_id attribute for views.
Diffstat (limited to 'include')
-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; |