From d0a824540b1ab2ae0abd6c35f2e1619b857e6bb2 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Sat, 3 Mar 2007 23:43:22 +0000 Subject: Since we've changed the semantics of the `expand' argument to midend_size(), change the name. Also document the new semantics. [originally from svn r7369] --- puzzles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puzzles.h') diff --git a/puzzles.h b/puzzles.h index a8f82a2..3785772 100644 --- 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); -- cgit v1.1