From: simon Date: Tue, 17 Oct 2006 08:25:40 +0000 (+0000) Subject: Couple of minor errors. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/0fe46bd5c639d1fe8f8689057100a216c5c53c23 Couple of minor errors. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6872 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/devel.but b/devel.but index 09f006c..3695bcd 100644 --- a/devel.but +++ b/devel.but @@ -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