]> Dogcows Code - chaz/tint2/blobdiff - src/server.h
fixed resize_clock() and snapshot
[chaz/tint2] / src / server.h
index 3da2f04ef1ea424ae678000f6f7216ef25c29e1d..cc6ffeea9aaf74b8d6ed4f752eb1225ac45a4eb4 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;
@@ -77,6 +78,7 @@ typedef struct Monitor
        int y;
        int width;
        int height;
+       char** names;
 } Monitor;
 
 
@@ -95,10 +97,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.020635 seconds and 4 git commands to generate.