From 47c313fe3e8f66dafbebd4d00c143ac4a49c5c2d Mon Sep 17 00:00:00 2001 From: "S. Christoffer Eliesen" Date: Sun, 22 Nov 2015 22:05:00 +0100 Subject: container: Store class attribute for views. --- include/container.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/container.h') 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 { bool is_floating; bool is_focused; + // Attributes that mostly views have. char *name; + char *class; int gaps; -- cgit v1.2.3-54-g00ecf