]> Dogcows Code - chaz/tint2/blobdiff - src/clock/clock.h
fixed issue 165 backward compatibility
[chaz/tint2] / src / clock / clock.h
index f521de45020ff9c970c88e4a46f29abba7b52597..48538b337fc7d61b6f525d27722b2bae2923cce3 100644 (file)
@@ -32,11 +32,14 @@ extern PangoFontDescription *time1_font_desc;
 extern PangoFontDescription *time2_font_desc;
 extern char *clock_lclick_command;
 extern char *clock_rclick_command;
+extern int clock_enabled;
 
 
 // initialize clock : y position, precision, ...
 void init_clock();
+void init_clock_panel(void *panel);
 void init_precision();
+void cleanup_clock();
 
 void draw_clock (void *obj, cairo_t *c, int active);
 
This page took 0.02398 seconds and 4 git commands to generate.