]> Dogcows Code - chaz/tint2/blobdiff - src/server.h
tint2conf : add theme menu
[chaz/tint2] / src / server.h
index 517cd843baf791d0abbebec48081bedf8f511b19..cc6ffeea9aaf74b8d6ed4f752eb1225ac45a4eb4 100644 (file)
@@ -78,6 +78,7 @@ typedef struct Monitor
        int y;
        int width;
        int height;
+       char** names;
 } Monitor;
 
 
@@ -96,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.020247 seconds and 4 git commands to generate.