Simplify systray icon management (attempt to fix issue 480)

git-svn-id: http://tint2.googlecode.com/svn/trunk@751 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
o9000
2015-04-12 17:35:54 +00:00
committed by mrovi9000@gmail.com
parent e49e05ad69
commit eb1244a415
3 changed files with 13 additions and 22 deletions

View File

@@ -34,7 +34,6 @@ typedef struct {
typedef struct
{
Window id;
Window tray_id;
int x, y;
int width, height;
@@ -43,6 +42,7 @@ typedef struct
int depth;
Damage damage;
timeout* render_timeout;
int ignore_remaps;
} TrayWindow;