summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-11-22 22:09:33 +0100
committerLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-11-24 16:00:41 +0100
commit4367e6d3e306f81e113d61842c3c542d62694577 (patch)
treec73a877a83807b4b1f707a039aaee392d14bab6d /include
parentcontainer: Store class attribute for views. (diff)
downloadsway-4367e6d3e306f81e113d61842c3c542d62694577.tar.gz
sway-4367e6d3e306f81e113d61842c3c542d62694577.tar.zst
sway-4367e6d3e306f81e113d61842c3c542d62694577.zip
container: Store app_id attribute for views.
Diffstat (limited to 'include')
-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