Systray/status: Adapt statuspos (with image/rectangle) with systray width

This commit is contained in:
Martin Duquesnoy
2010-07-23 04:15:33 +02:00
parent 1094861b49
commit cc10d56359
7 changed files with 31 additions and 17 deletions

View File

@@ -52,6 +52,7 @@
#define AboveFlag (1 << 9)
#define UrgentFlag (1 << 10)
#define FLayFlag (1 << 11)
#define DockFlag (1 << 12)
#define TagFlag(t) (1 << (t))