X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fclock%2Fclock.h;h=b91c796dcf986159b576ca32570b86ceeb592159;hb=3083e8006371cfb4a454b8bce92a682e4bb87e50;hp=7b28e854cf7758c4b81a790f6beb9a496c390615;hpb=5679142e44a103a6fe1e62365fe991d273e41049;p=chaz%2Ftint2 diff --git a/src/clock/clock.h b/src/clock/clock.h index 7b28e85..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,8 @@ 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);