aboutsummaryrefslogtreecommitdiff
path: root/generic/Draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Draw.h')
-rw-r--r--generic/Draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/Draw.h b/generic/Draw.h
index e4632ee..ce3f1c9 100644
--- a/generic/Draw.h
+++ b/generic/Draw.h
@@ -103,7 +103,7 @@ void DrawPolygonRelief(struct _WidgetInfo *wi, ReliefStyle relief,
int num_points, int line_width);
#ifdef GLX
void RenderPolygonRelief(struct _WidgetInfo *wi, ReliefStyle relief,
- ZnGradient *gradient, int alpha, ZnBool smooth,
+ ZnGradient *gradient, 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,