fixed bug with "task on all desktop" (issue 39), fixed memory corruption
git-svn-id: http://tint2.googlecode.com/svn/trunk@26 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -64,7 +64,7 @@ void init_clock(Clock *clock, int panel_height)
|
||||
}
|
||||
|
||||
|
||||
void draw_foreground_clock (void *obj, cairo_t *c)
|
||||
void draw_foreground_clock (void *obj, cairo_t *c, int active)
|
||||
{
|
||||
Clock *clock = obj;
|
||||
PangoLayout *layout;
|
||||
|
||||
@@ -32,7 +32,7 @@ typedef struct Clock {
|
||||
// initialize clock : y position, precision, ...
|
||||
void init_clock(Clock *clock, int panel_height);
|
||||
|
||||
void draw_foreground_clock (void *obj, cairo_t *c);
|
||||
void draw_foreground_clock (void *obj, cairo_t *c, int active);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user