]> Dogcows Code - chaz/tint2/blobdiff - src/clock/clock.h
*add* more task states (normal, active, iconified, urgent), with each an own backgrou...
[chaz/tint2] / src / clock / clock.h
index d9d16fb29ad71f7a60c33d59301539181bbed076..6714f644365fc5598bc0fa2653ce2ac1043279ab 100644 (file)
@@ -18,7 +18,7 @@ typedef struct Clock {
        // always start with area
        Area area;
 
-       config_color font;
+       Color font;
        int time1_posy;
        int time2_posy;
 } Clock;
@@ -42,7 +42,7 @@ void init_clock();
 void init_clock_panel(void *panel);
 void cleanup_clock();
 
-void draw_clock (void *obj, cairo_t *c, int active);
+void draw_clock (void *obj, cairo_t *c);
 
 void resize_clock (void *obj);
 
This page took 0.026754 seconds and 4 git commands to generate.