diff options
| author | Simon Tatham <anakin@pobox.com> | 2009-01-16 18:45:01 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2009-01-16 18:45:01 +0000 |
| commit | fa23fc3943506b256c08730a9f717642912ced9b (patch) | |
| tree | b3d63cf14941f410cedf78e37a8c6cd88b069efb | |
| parent | 54801998744a69786a49ebe0688942ae7b57525b (diff) | |
| download | puzzles-fa23fc3943506b256c08730a9f717642912ced9b.zip puzzles-fa23fc3943506b256c08730a9f717642912ced9b.tar.gz puzzles-fa23fc3943506b256c08730a9f717642912ced9b.tar.bz2 puzzles-fa23fc3943506b256c08730a9f717642912ced9b.tar.xz | |
r8396 introduced midend_tilesize(). Document it.
[originally from svn r8415]
[r8396 == 7888d8db677e25d2401914e6aacb1be02301d15f]
| -rw-r--r-- | devel.but | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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); |