X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fclock%2Fclock.h;h=b91c796dcf986159b576ca32570b86ceeb592159;hb=3083e8006371cfb4a454b8bce92a682e4bb87e50;hp=f607f7284f53b1199f81a3782ec14bf0f28c71f7;hpb=11c177f708dc4f9cb0762050e3e376ced0272fd7;p=chaz%2Ftint2 diff --git a/src/clock/clock.h b/src/clock/clock.h index f607f72..b91c796 100644 --- a/src/clock/clock.h +++ b/src/clock/clock.h @@ -15,12 +15,12 @@ typedef struct Clock { - // always start with area - Area area; + // always start with area + Area area; - config_color font; - int time1_posy; - int time2_posy; + config_color font; + int time1_posy; + int time2_posy; } Clock; @@ -36,6 +36,7 @@ extern char *clock_rclick_command; // initialize clock : y position, precision, ... void init_clock(); +void init_clock_panel(void *panel); void init_precision(); void draw_clock (void *obj, cairo_t *c, int active);