]> Dogcows Code - chaz/tint2/blobdiff - src/clock/clock.h
SIGUSR1 does now a full restat of tint2
[chaz/tint2] / src / clock / clock.h
index 6714f644365fc5598bc0fa2653ce2ac1043279ab..fa8c7969af8df7145618ec38a23a5de3ab88d5c2 100644 (file)
@@ -37,10 +37,15 @@ extern char *clock_rclick_command;
 extern int clock_enabled;
 
 
+// default global data
+void default_clock();
+
+// freed memory
+void cleanup_clock();
+
 // initialize clock : y position, precision, ...
 void init_clock();
 void init_clock_panel(void *panel);
-void cleanup_clock();
 
 void draw_clock (void *obj, cairo_t *c);
 
This page took 0.022282 seconds and 4 git commands to generate.