]> Dogcows Code - chaz/tint2/blobdiff - src/clock/clock.h
issue 158 : dissociate object initialization from panel initialization
[chaz/tint2] / src / clock / clock.h
index 7b28e854cf7758c4b81a790f6beb9a496c390615..b91c796dcf986159b576ca32570b86ceeb592159 100644 (file)
 
 
 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);
 
This page took 0.020628 seconds and 4 git commands to generate.