aboutsummaryrefslogtreecommitdiff
path: root/generic/Draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Draw.h')
-rw-r--r--generic/Draw.h3
1 files changed, 3 insertions, 0 deletions
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);