chiark / gitweb /
Since we've changed the semantics of the `expand' argument to midend_size(),
[sgt-puzzles.git] / puzzles.h
index a8f82a2006a4440998511a9d3186ca499701687a..37857725f6ad62b9cf2c657f2a690121097b9d5e 100644 (file)
--- a/puzzles.h
+++ b/puzzles.h
@@ -219,7 +219,7 @@ midend *midend_new(frontend *fe, const game *ourgame,
 void midend_free(midend *me);
 void midend_set_params(midend *me, game_params *params);
 game_params *midend_get_params(midend *me);
-void midend_size(midend *me, int *x, int *y, int expand);
+void midend_size(midend *me, int *x, int *y, int user_size);
 void midend_new_game(midend *me);
 void midend_restart_game(midend *me);
 void midend_stop_anim(midend *me);