From: simon Date: Fri, 16 Jan 2009 18:45:01 +0000 (+0000) Subject: r8396 introduced midend_tilesize(). Document it. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/44e13fc9ccbd9503e495867c4dccab1acaf574ad r8396 introduced midend_tilesize(). Document it. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@8415 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/devel.but b/devel.but index 45e05d6..134cf13 100644 --- a/devel.but +++ b/devel.but @@ -2528,6 +2528,15 @@ without closing the window...) Frees a mid-end structure and all its associated data. +\H{midend-tilesize} + +\c int midend_tilesize(midend *me); + +Returns the \cq{tilesize} parameter being used to display the +current puzzle. + +\k{backend-preferred-tilesize} + \H{midend-set-params} \cw{midend_set_params()} \c void midend_set_params(midend *me, game_params *params);