diff options
Diffstat (limited to 'generic')
-rw-r--r-- | generic/Draw.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/generic/Draw.h b/generic/Draw.h index 482deaa..d153520 100644 --- a/generic/Draw.h +++ b/generic/Draw.h @@ -70,6 +70,10 @@ void DrawPolygonRelief(struct _WidgetInfo *wi, ReliefStyle relief, void RenderPolygonRelief(struct _WidgetInfo *wi, ReliefStyle relief, ZnGradient *gradient, int alpha, ZnBool smooth, ZnPoint *points, int num_points, int line_width); +void RenderPolyline(struct _WidgetInfo *wi, ZnPoint *points, int num_points, + int line_width, ZnBool closed, LineStyle line_style, + int cap_style, int join_style, ZnLineEnd first_end, + ZnLineEnd last_end, XColor *color, int alpha); void ComputeAxialGradient(struct _WidgetInfo *wi, ZnPoly *shape, int angle, ZnPoint *grad_geo); void ComputeRadialGradient(struct _WidgetInfo *wi, ZnPoly *shape, ZnBBox *bbox, |