container: Store class attribute for views.

This commit is contained in:
S. Christoffer Eliesen 2015-11-22 22:05:00 +01:00
parent c671329681
commit 47c313fe3e
2 changed files with 9 additions and 0 deletions

View file

@ -75,7 +75,9 @@ struct sway_container {
bool is_floating;
bool is_focused;
// Attributes that mostly views have.
char *name;
char *class;
int gaps;