aboutsummaryrefslogtreecommitdiff
path: root/generic/Draw.h
diff options
context:
space:
mode:
authorlecoanet2000-03-09 13:36:06 +0000
committerlecoanet2000-03-09 13:36:06 +0000
commit188d6923db788c2cb06b485b64697788300f404a (patch)
tree22a98be2b2dafdad5a16b361169fc616c9e0a09c /generic/Draw.h
parenta493c6d59060310c963a3f55acfbb4a6a87e5fa5 (diff)
downloadtkzinc-188d6923db788c2cb06b485b64697788300f404a.zip
tkzinc-188d6923db788c2cb06b485b64697788300f404a.tar.gz
tkzinc-188d6923db788c2cb06b485b64697788300f404a.tar.bz2
tkzinc-188d6923db788c2cb06b485b64697788300f404a.tar.xz
* Suppression de DrawRectangleRelief.
Diffstat (limited to 'generic/Draw.h')
-rw-r--r--generic/Draw.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/Draw.h b/generic/Draw.h
index 2d349f5..6005b8d 100644
--- a/generic/Draw.h
+++ b/generic/Draw.h
@@ -54,9 +54,6 @@ void DrawLineShape(Display *display, Drawable draw_buffer, GC gc,
ZnPoint *points, int num_points, LineStyle line_style,
ZnColor line_foreground, unsigned int line_width,
LineShape shape);
-void DrawRectangleRelief(struct _WidgetInfo *wi,
- ReliefStyle relief, ZnColorGradient gradient,
- XRectangle *bbox, unsigned int line_width);
int PolygonReliefInBBox(ZnList points, unsigned int line_width,
ZnBBox *bbox);
void GetPolygonReliefBBox(ZnList points, unsigned int line_width,