diff options
Diffstat (limited to 'generic/Draw.h')
-rw-r--r-- | generic/Draw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/Draw.h b/generic/Draw.h index 0ffea0d..fc7e8d6 100644 --- a/generic/Draw.h +++ b/generic/Draw.h @@ -107,9 +107,9 @@ void ZnDrawPolygonRelief(struct _WidgetInfo *wi, ReliefStyle relief, #ifdef GLX void ZnRenderPolygonRelief(struct _WidgetInfo *wi, ReliefStyle relief, ZnGradient *gradient, ZnBool smooth, - ZnPoint *points, int num_points, int line_width); + ZnPoint *points, int num_points, ZnReal line_width); void ZnRenderPolyline(struct _WidgetInfo *wi, ZnPoint *points, int num_points, - int line_width, LineStyle line_style, int cap_style, + ZnReal line_width, LineStyle line_style, int cap_style, int join_style, ZnLineEnd first_end, ZnLineEnd last_end, ZnGradient *gradient); void ZnComputeAxialGradient(struct _WidgetInfo *wi, ZnPoly *shape, int angle, |