]> Dogcows Code - chaz/tint2/blobdiff - src/util/area.c
change systray code. fixed issue 91.
[chaz/tint2] / src / util / area.c
index 61919f9ae81e301f5500b932bdeb86a7a90b9f14..1e10947f6cf1b8f2ab8c7d6c5096b984da9d3d18 100644 (file)
@@ -41,7 +41,6 @@ void refresh (Area *a)
        size(a);
 
        // don't draw transparent objects (without foreground and without background)
-
    if (a->redraw) {
           a->redraw = 0;
           //printf("draw area posx %d, width %d\n", a->posx, a->width);
This page took 0.021761 seconds and 4 git commands to generate.