]> 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 ffd0831d5a336f14986f2f6c2896bc569028413a..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;
@@ -51,6 +52,7 @@ typedef struct Global_atom
        Atom _NET_CLOSE_WINDOW;
        Atom UTF8_STRING;
        Atom _NET_SUPPORTING_WM_CHECK;
+       Atom _NET_WM_CM_S0;
        Atom _NET_WM_STRUT_PARTIAL;
        Atom WM_NAME;
        Atom __SWM_VROOT;
@@ -83,6 +85,7 @@ typedef struct
 {
        Display *dsp;
        Window root_win;
+       Window composite_manager;
        // current desktop
        int desktop;
        int screen;
@@ -93,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.021616 seconds and 4 git commands to generate.