aboutsummaryrefslogtreecommitdiff
path: root/puzzles.h
diff options
context:
space:
mode:
authorJacob Nevins <jacobn@chiark.greenend.org.uk>2007-03-03 23:43:22 +0000
committerJacob Nevins <jacobn@chiark.greenend.org.uk>2007-03-03 23:43:22 +0000
commitd0a824540b1ab2ae0abd6c35f2e1619b857e6bb2 (patch)
tree4db229753600c844e2d2d14366faee27eafc52c5 /puzzles.h
parent8b21ddc396e51aca66a935957f8e62298736443d (diff)
downloadpuzzles-d0a824540b1ab2ae0abd6c35f2e1619b857e6bb2.zip
puzzles-d0a824540b1ab2ae0abd6c35f2e1619b857e6bb2.tar.gz
puzzles-d0a824540b1ab2ae0abd6c35f2e1619b857e6bb2.tar.bz2
puzzles-d0a824540b1ab2ae0abd6c35f2e1619b857e6bb2.tar.xz
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]
Diffstat (limited to 'puzzles.h')
-rw-r--r--puzzles.h2
1 files changed, 1 insertions, 1 deletions
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);