aboutsummaryrefslogtreecommitdiff
path: root/generic/Text.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Text.c')
-rw-r--r--generic/Text.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/Text.c b/generic/Text.c
index 73579ae..e7e1c47 100644
--- a/generic/Text.c
+++ b/generic/Text.c
@@ -1128,7 +1128,7 @@ GetClipVertices(Item item,
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] = item->item_bounding_box.orig;
points[1] = item->item_bounding_box.corner;
@@ -1152,6 +1152,7 @@ Coords(Item item,
int index,
int cmd,
ZnPoint **pts,
+ char **controls,
int *num_pts)
{
TextItem text = (TextItem) item;