]> Dogcows Code - chaz/tint2/blobdiff - src/server.h
fixed bug with "task on all desktop" (issue 39), fixed memory corruption
[chaz/tint2] / src / server.h
index e6e230e49892b3406eaf37ca9d4dfd92cdba4ab8..d042f7054f05b78954673c926ee5f870c6fad7ee 100644 (file)
@@ -52,6 +52,7 @@ typedef struct Global_atom
         Atom _NET_WM_STRUT_PARTIAL;
         Atom WM_NAME;
         Atom __SWM_VROOT;
+        Atom _MOTIF_WM_HINTS;
 } Global_atom;
 
 
@@ -96,7 +97,6 @@ void server_refresh_root_pixmap ();
 void server_refresh_main_pixmap ();
 void server_catch_error (Display *d, XErrorEvent *ev);
 void server_init_atoms ();
-Pixmap server_create_pixmap (int width, int height);
 void get_monitors();
 Pixmap get_root_pixmap();
 
This page took 0.026668 seconds and 4 git commands to generate.