]> Dogcows Code - chaz/tint2/blobdiff - src/clock/clock.h
fixed bug with "task on all desktop" (issue 39), fixed memory corruption
[chaz/tint2] / src / clock / clock.h
index 0d3e9e1309caf14429b2156c58a47a08f44032cf..b886d4a39882f550e4c47639a5370c9a7f06a938 100644 (file)
@@ -13,7 +13,6 @@
 
 
 typedef struct Clock {
-   // --------------------------------------------------
    // always start with area
    Area area;
 
@@ -33,7 +32,7 @@ typedef struct Clock {
 // initialize clock : y position, precision, ...
 void init_clock(Clock *clock, int panel_height);
 
-int draw_foreground_clock (void *obj, cairo_t *c);
+void draw_foreground_clock (void *obj, cairo_t *c, int active);
 
 
 #endif
This page took 0.027367 seconds and 4 git commands to generate.