From c55e95485483f8a5b66ab4af3a372495d88389ee Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 7 Apr 2013 10:24:35 +0000 Subject: Add a new midend function to reset the tile size to the puzzle's default (but still counting the _TILESIZE user preference environment variables, where available). [originally from svn r9820] --- puzzles.h | 1 + 1 file changed, 1 insertion(+) (limited to 'puzzles.h') diff --git a/puzzles.h b/puzzles.h index 61d8553..8232692 100644 --- a/puzzles.h +++ b/puzzles.h @@ -232,6 +232,7 @@ const game *midend_which_game(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 user_size); +void midend_reset_tilesize(midend *me); void midend_new_game(midend *me); void midend_restart_game(midend *me); void midend_stop_anim(midend *me); -- cgit v1.1