Keep tray separate

This commit is contained in:
gnidorah 2017-11-22 09:04:46 +03:00 committed by Calvin Lee
parent 87a55dfe5c
commit 4d34bc393e
2 changed files with 5 additions and 1 deletions

View file

@ -29,7 +29,9 @@ struct output {
char *name;
int idx;
bool focused;
#ifdef ENABLE_TRAY
bool active;
#endif
};
struct workspace {