clock command on rigt/left click by dmitry.medvinsky

git-svn-id: http://tint2.googlecode.com/svn/trunk@84 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-06-04 18:41:14 +00:00
parent fa749b7026
commit 26ab02d533
7 changed files with 60 additions and 9 deletions

View File

@@ -30,6 +30,8 @@ extern struct timeval time_clock;
extern int time_precision;
extern PangoFontDescription *time1_font_desc;
extern PangoFontDescription *time2_font_desc;
extern char *clock_lclick_command;
extern char *clock_rclick_command;
// initialize clock : y position, precision, ...
@@ -39,4 +41,6 @@ void draw_clock (void *obj, cairo_t *c, int active);
void resize_clock (void *obj);
void clock_action(int button);
#endif