diff options
| author | Simon Tatham <anakin@pobox.com> | 2006-10-17 08:25:40 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2006-10-17 08:25:40 +0000 |
| commit | 04e3e09b8743acd1fffc7b756d876f47cbb35a88 (patch) | |
| tree | aba432238054e872c6adae448c627b9fe0ec71c1 | |
| parent | 1129ba83f9514e5bc742936f9b9338848858dad9 (diff) | |
| download | puzzles-04e3e09b8743acd1fffc7b756d876f47cbb35a88.zip puzzles-04e3e09b8743acd1fffc7b756d876f47cbb35a88.tar.gz puzzles-04e3e09b8743acd1fffc7b756d876f47cbb35a88.tar.bz2 puzzles-04e3e09b8743acd1fffc7b756d876f47cbb35a88.tar.xz | |
Couple of minor errors.
[originally from svn r6872]
| -rw-r--r-- | devel.but | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2121,7 +2121,7 @@ function; see \k{drawing-draw-circle}. \c void (*draw_update)(void *handle, int x, int y, int w, int h); -This function behaves exactly like the back end \cw{draw_text()} +This function behaves exactly like the back end \cw{draw_update()} function; see \k{drawing-draw-text}. An implementation of this API which only supports printing is @@ -2267,7 +2267,7 @@ of the puzzle. Similarly, \c{ym} and \c{yc} specify the vertical position of the puzzle as a function of the page height: the page height times -\c{xm}, plus \c{xc} millimetres, equals the desired distance from +\c{ym}, plus \c{yc} millimetres, equals the desired distance from the top of the page to the top of the puzzle. (This unwieldy mechanism is required because not all printing |