]> Dogcows Code - chaz/tint2/blobdiff - src/server.h
*fix* again issue 221, but this time with the suggested solution to take 32-bit icons...
[chaz/tint2] / src / server.h
index 517cd843baf791d0abbebec48081bedf8f511b19..9c2b2cfb6ae32db8a4740ff92e07f15fd39cd2df 100644 (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;
 
This page took 0.024839 seconds and 4 git commands to generate.