aboutsummaryrefslogtreecommitdiff
path: root/generic/Tabular.c
diff options
context:
space:
mode:
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;