aboutsummaryrefslogtreecommitdiff
path: root/generic/Geo.h
diff options
context:
space:
mode:
authorlecoanet2002-12-09 14:53:51 +0000
committerlecoanet2002-12-09 14:53:51 +0000
commitf2b7f3d6c954800724a5f26e3386c4f7129bc944 (patch)
tree8f3f9a03753adcc6be6bc4d4ca2ea1ab82866e0c /generic/Geo.h
parent8b4f53549859b38da0e44a17f8bd1cd6373d0f81 (diff)
downloadtkzinc-f2b7f3d6c954800724a5f26e3386c4f7129bc944.zip
tkzinc-f2b7f3d6c954800724a5f26e3386c4f7129bc944.tar.gz
tkzinc-f2b7f3d6c954800724a5f26e3386c4f7129bc944.tar.bz2
tkzinc-f2b7f3d6c954800724a5f26e3386c4f7129bc944.tar.xz
*** empty log message ***
Diffstat (limited to 'generic/Geo.h')
-rw-r--r--generic/Geo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/Geo.h b/generic/Geo.h
index 74d462c..3e9dac6 100644
--- a/generic/Geo.h
+++ b/generic/Geo.h
@@ -76,7 +76,8 @@ POLY_INIT(ZnPoly *poly);
void
POLY_CONTOUR1(ZnPoly *poly,
ZnPoint *pts,
- int num_pts);
+ int num_pts,
+ ZnBool cw);
void
POLY_SET(ZnPoly *poly1,
ZnPoly *poly2);