aboutsummaryrefslogtreecommitdiff
path: root/generic/Window.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Window.c')
-rw-r--r--generic/Window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/Window.c b/generic/Window.c
index 063b446..c577ff6 100644
--- a/generic/Window.c
+++ b/generic/Window.c
@@ -595,7 +595,7 @@ GetClipVertices(Item item,
h = wind->real_height;
}
points = ZnListArray(item->wi->work_pts);
- TRI_STRIP1(tristrip, points, 2);
+ TRI_STRIP1(tristrip, points, 2, False);
points[0] = wind->pos_dev;
points[1].x = points[0].x + w;
points[1].y = points[0].y + h;
@@ -620,6 +620,7 @@ Coords(Item item,
int index,
int cmd,
ZnPoint **pts,
+ char **controls,
int *num_pts)
{
WindowItem wind = (WindowItem) item;