From e30b457593a18117c53216f1cb3c5129c53b19d8 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 10 Mar 2000 12:26:22 +0000 Subject: *** empty log message *** --- generic/Draw.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'generic/Draw.h') diff --git a/generic/Draw.h b/generic/Draw.h index 6005b8d..d768c1d 100644 --- a/generic/Draw.h +++ b/generic/Draw.h @@ -60,6 +60,9 @@ void GetPolygonReliefBBox(ZnList points, unsigned int line_width, ZnBBox *bbox); double PolygonReliefToPointDist(ZnList points, unsigned int line_width, ZnPoint *pp); +void DrawRectangleRelief(struct _WidgetInfo *wi, + ReliefStyle relief, ZnColorGradient gradient, + XRectangle *bbox, unsigned int line_width); void DrawPolygonRelief(struct _WidgetInfo *wi, ReliefStyle relief, ZnColorGradient gradient, ZnPoint *points, int num_points, int line_width); -- cgit v1.1