]> 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 3da2f04ef1ea424ae678000f6f7216ef25c29e1d..9c2b2cfb6ae32db8a4740ff92e07f15fd39cd2df 100644 (file)
@@ -40,6 +40,7 @@ typedef struct Global_atom
        Atom _NET_WM_STATE_MAXIMIZED_VERT;
        Atom _NET_WM_STATE_MAXIMIZED_HORZ;
        Atom _NET_WM_STATE_SHADED;
+       Atom _NET_WM_STATE_HIDDEN;
        Atom _NET_WM_STATE_BELOW;
        Atom _NET_WM_STATE_ABOVE;
        Atom _NET_WM_STATE_MODAL;
@@ -95,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.020765 seconds and 4 git commands to generate.