Make tray icon order deterministic

Fixes #3573
This commit is contained in:
Orestis Floros
2019-10-11 17:04:10 +03:00
parent d5a3b8af02
commit eda814755a
2 changed files with 107 additions and 14 deletions

View File

@ -18,6 +18,9 @@ struct trayclient {
bool mapped; /* Whether this window is mapped */
int xe_version; /* The XEMBED version supported by the client */
char *class_class;
char *class_instance;
TAILQ_ENTRY(trayclient)
tailq; /* Pointer for the TAILQ-Macro */
};