*fix* again issue 221, but this time with the suggested solution to take 32-bit icons...

git-svn-id: http://tint2.googlecode.com/svn/trunk@398 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-02-28 07:58:50 +00:00
parent d9454cc8cf
commit cfff505f75
4 changed files with 35 additions and 14 deletions

View File

@@ -96,10 +96,12 @@ typedef struct
Monitor *monitor;
int got_root_win;
Visual *visual;
Visual *visual32;
// root background
Pixmap root_pmap;
GC gc;
Colormap colormap;
Colormap colormap32;
Global_atom atom;
} Server_global;