OS X frontend was directly calling the backend's wants_statusbar()
[sgt/puzzles] / rect.c
diff --git a/rect.c b/rect.c
index b8b1fe6..9b78089 100644 (file)
--- a/rect.c
+++ b/rect.c
@@ -2791,7 +2791,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
 
     /* Ick: fake up `ds->tilesize' for macro expansion purposes */
     game_drawstate ads, *ds = &ads;
-    ads.tilesize = tilesize;
+    game_set_size(dr, ds, NULL, tilesize);
 
     /*
      * Border.