]> Dogcows Code - chaz/tint2/blobdiff - src/server.c
fixed bug with "task on all desktop" (issue 39), fixed memory corruption
[chaz/tint2] / src / server.c
index aaa18638a4b3e32578edc97326dd8b8bc0070678..6767f9dc5ac2697afcee47d7602b8191841a140e 100644 (file)
@@ -135,12 +135,6 @@ void *server_get_property (Window win, Atom at, Atom type, int *num_results)
 }
 
 
-Pixmap server_create_pixmap (int width, int height)
-{
-   return XCreatePixmap (server.dsp, server.root_win, width, height, server.depth);
-}
-
-
 Pixmap get_root_pixmap ()
 {
    Pixmap ret;
This page took 0.022218 seconds and 4 git commands to generate.