fixed config reload SIGUSR1. added systray = 1 parameter to enable systray
git-svn-id: http://tint2.googlecode.com/svn/trunk@242 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -32,12 +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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user