]> Dogcows Code - chaz/tint2/blobdiff - src/server.h
fixed issue and test svn
[chaz/tint2] / src / server.h
index 6bb4060dfe6fd8c6b018a71836a814ff94fe6922..c4225db9bd1365e9c7b129e2f018f6383e414f10 100644 (file)
@@ -51,6 +51,7 @@ typedef struct Global_atom
         Atom _WIN_LAYER;
         Atom _NET_WM_STRUT_PARTIAL;
         Atom WM_NAME;
+        Atom __SWM_VROOT;
 } Global_atom;
 
 
@@ -97,6 +98,7 @@ 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();
 
 
 #endif
This page took 0.019901 seconds and 4 git commands to generate.