]> Dogcows Code - chaz/tint2/blobdiff - src/clock/clock.h
clock command on rigt/left click by dmitry.medvinsky
[chaz/tint2] / src / clock / clock.h
index 90e1a89cd2553a63bbb93c58310dc991038f253c..7b28e854cf7758c4b81a790f6beb9a496c390615 100644 (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
This page took 0.01967 seconds and 4 git commands to generate.