Workaround for empty systray icon in Google Chrome (misbehaving) - fix sorting

This commit is contained in:
o9000
2015-05-13 21:17:02 +02:00
parent 8795f50bb8
commit a08491c122
3 changed files with 36 additions and 22 deletions

View File

@@ -20,6 +20,7 @@
// Flags for _XEMBED_INFO
#define XEMBED_MAPPED (1 << 0)
enum { SYSTRAY_SORT_ASCENDING, SYSTRAY_SORT_DESCENDING, SYSTRAY_SORT_LEFT2RIGHT, SYSTRAY_SORT_RIGHT2LEFT };
typedef struct {
// always start with area
@@ -45,6 +46,7 @@ typedef struct
timeout* render_timeout;
int empty;
int pid;
int chrono;
} TrayWindow;