Revert r751 and add workaround for systray rendering artifacts

git-svn-id: http://tint2.googlecode.com/svn/trunk@755 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
o9000
2015-04-13 20:18:28 +00:00
committed by mrovi9000@gmail.com
parent d95fbdc2b2
commit 45d6463315
3 changed files with 29 additions and 21 deletions

View File

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