r8396 introduced midend_tilesize(). Document it.

[originally from svn r8415]
[r8396 == 7888d8db677e25d2401914e6aacb1be02301d15f]
This commit is contained in:
Simon Tatham
2009-01-16 18:45:01 +00:00
parent 5480199874
commit fa23fc3943

View File

@ -2528,6 +2528,15 @@ without closing the window...)
Frees a mid-end structure and all its associated data. 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()} \H{midend-set-params} \cw{midend_set_params()}
\c void midend_set_params(midend *me, game_params *params); \c void midend_set_params(midend *me, game_params *params);