Fix icon updating on secondary outputs

This commit is contained in:
gnidorah 2017-11-22 01:47:05 +03:00 committed by Calvin Lee
parent cbd0c49a8c
commit 87a55dfe5c
3 changed files with 26 additions and 1 deletions

View file

@ -29,6 +29,7 @@ struct output {
char *name;
int idx;
bool focused;
bool active;
};
struct workspace {