diff options
Diffstat (limited to 'ClockP.h')
-rw-r--r-- | ClockP.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ extern ClockClassRec clockClassRec; extern void paint_jewel ( ClockWidget w, Drawable d, GC gc ); extern int check_jewel_poly ( ClockWidget w, TPoint poly[6] ); extern void check_jewel ( ClockWidget w, Drawable d, GC gc ); -extern void compute_hand ( ClockWidget w, double a, double l, double width, +extern void compute_hand ( ClockWidget w, double a, double l, double width, TPoint poly[6] ); extern void compute_hands ( ClockWidget w ); extern void paint_hand ( ClockWidget w, Drawable d, GC gc, TPoint poly[6] ); |