aboutsummaryrefslogtreecommitdiffstats
path: root/include/container.h
diff options
context:
space:
mode:
authorLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-11-22 22:05:00 +0100
committerLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-11-24 16:00:41 +0100
commit47c313fe3e8f66dafbebd4d00c143ac4a49c5c2d (patch)
treeb441ff0caf59e7a741858fa2c6ac7c076ae5e07a /include/container.h
parentMerge pull request #248 from taiyu-len/master (diff)
downloadsway-47c313fe3e8f66dafbebd4d00c143ac4a49c5c2d.tar.gz
sway-47c313fe3e8f66dafbebd4d00c143ac4a49c5c2d.tar.zst
sway-47c313fe3e8f66dafbebd4d00c143ac4a49c5c2d.zip
container: Store class attribute for views.
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/container.h b/include/container.h
index cb18de49..c2953eec 100644
--- a/include/container.h
+++ b/include/container.h
@@ -75,7 +75,9 @@ struct sway_container {
75 bool is_floating; 75 bool is_floating;
76 bool is_focused; 76 bool is_focused;
77 77
78 // Attributes that mostly views have.
78 char *name; 79 char *name;
80 char *class;
79 81
80 int gaps; 82 int gaps;
81 83