aboutsummaryrefslogtreecommitdiff
path: root/generic/Tabular.c
diff options
context:
space:
mode:
authorlecoanet2002-11-05 09:21:02 +0000
committerlecoanet2002-11-05 09:21:02 +0000
commitf0605f12f86b05b41df1ad0f5e912a9eb4e92f91 (patch)
tree67d76fdd5129b239688086d4ffd1983a622080d4 /generic/Tabular.c
parentb353c7791bc5b67d16393d331ea8352a0630dff0 (diff)
downloadtkzinc-f0605f12f86b05b41df1ad0f5e912a9eb4e92f91.zip
tkzinc-f0605f12f86b05b41df1ad0f5e912a9eb4e92f91.tar.gz
tkzinc-f0605f12f86b05b41df1ad0f5e912a9eb4e92f91.tar.bz2
tkzinc-f0605f12f86b05b41df1ad0f5e912a9eb4e92f91.tar.xz
Ajout de controls a la methode Coords et ajout du param fan a TRI_STRIP1
Diffstat (limited to 'generic/Tabular.c')
-rw-r--r--generic/Tabular.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/Tabular.c b/generic/Tabular.c
index fa04be7..6e77fa9 100644
--- a/generic/Tabular.c
+++ b/generic/Tabular.c
@@ -465,7 +465,7 @@ GetClipVertices(Item item,
FIELD.GetLabelBBox(field_set, &width, &height);
ZnListAssertSize(item->wi->work_pts, 2);
points = (ZnPoint *) ZnListArray(item->wi->work_pts);
- TRI_STRIP1(tristrip, points, 2);
+ TRI_STRIP1(tristrip, points, 2, False);
points[0] = field_set->label_pos;
points[1].x = points[0].x + width;
points[1].y = points[0].y + height;
@@ -491,6 +491,7 @@ Coords(Item item,
int index,
int cmd,
ZnPoint **pts,
+ char **controls,
int *num_pts)
{
TabularItem tabular = (TabularItem) item;