container: Store app_id attribute for views.

This commit is contained in:
S. Christoffer Eliesen 2015-11-22 22:09:33 +01:00
parent 47c313fe3e
commit 4367e6d3e3
2 changed files with 8 additions and 0 deletions

View file

@ -78,6 +78,7 @@ struct sway_container {
// Attributes that mostly views have.
char *name;
char *class;
char *app_id;
int gaps;