diff options
Diffstat (limited to 'ClockP.h')
-rw-r--r-- | ClockP.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -26,6 +26,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ +/* $XFree86: xc/programs/oclock/ClockP.h,v 1.5 2001/12/14 20:01:00 dawes Exp $ */ #ifndef _ClockP_h @@ -84,4 +85,13 @@ typedef struct _ClockClassRec { /* Class pointer. */ 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, + TPoint poly[6] ); +extern void compute_hands ( ClockWidget w ); +extern void paint_hand ( ClockWidget w, Drawable d, GC gc, TPoint poly[6] ); +extern void paint_hands ( ClockWidget w, Drawable d, GC minute_gc, GC hour_gc ); + #endif /* _ClockP_h */ |