]> Dogcows Code - chaz/tint2/blobdiff - src/taskbar/task.c
update documentation for new config format
[chaz/tint2] / src / taskbar / task.c
index 7b523916156681d3ba4b07e69a15f00f496d48d8..2a7119ad7c2a51ade4c3560f12b915db6a5927ae 100644 (file)
@@ -162,12 +162,12 @@ void get_icon (Task *tsk)
       XFree (data);
    }
    else {
+      printf("get_icon vide\n");
       //XWMHints *hints;
       //hints = XGetWMHints(server.dsp, tkwin);
       //if (hints != NULL) {
       //   XFree(hints);
       //}
-      printf("get_icon vide\n");
       // XChangeProperty (display, windowH, XInternAtom (display, "_NET_WM_ICON", False), XA_CARDINAL, 32, PropModeReplace, (unsigned char*) data, dataSize);
       return;
    }
This page took 0.023456 seconds and 4 git commands to generate.