*add* systray icons can also be adjusted, like task icons

git-svn-id: http://tint2.googlecode.com/svn/trunk@314 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-01-03 20:17:46 +00:00
parent fad21d3c1c
commit 404d84afd3
3 changed files with 68 additions and 58 deletions

View File

@@ -12,6 +12,7 @@
#include "common.h"
#include "area.h"
#include <X11/extensions/Xdamage.h>
// XEMBED messages
#define XEMBED_EMBEDDED_NOTIFY 0
@@ -25,6 +26,7 @@ typedef struct {
GSList *list_icons;
int sort;
int alpha, saturation, brightness;
} Systraybar;
@@ -36,7 +38,8 @@ typedef struct
int width, height;
// TODO: manage icon's show/hide
int hide;
int wrong_format;
int depth;
Damage damage;
} TrayWindow;