Since we've changed the semantics of the `expand' argument to midend_size(),
[sgt/puzzles] / ps.c
diff --git a/ps.c b/ps.c
index 9dc03e8..a1f21d6 100644 (file)
--- a/ps.c
+++ b/ps.c
@@ -334,7 +334,7 @@ psdata *ps_init(FILE *outfile, int colour)
     ps->ytop = 0;
     ps->clipped = FALSE;
     ps->hatchthick = ps->hatchspace = ps->gamewidth = ps->gameheight = 0;
-    ps->drawing = drawing_init(&ps_drawing, ps);
+    ps->drawing = drawing_new(&ps_drawing, NULL, ps);
 
     return ps;
 }