diff options
| author | Simon Tatham <anakin@pobox.com> | 2007-01-27 10:25:20 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2007-01-27 10:25:20 +0000 |
| commit | 215cf195770067f6639542c2f9588218e1ccd02b (patch) | |
| tree | bd84b7bade7c27cade996e75d17794a162146669 | |
| parent | d836b60dbedab16edb18024a26f8a25401592f4d (diff) | |
| download | puzzles-215cf195770067f6639542c2f9588218e1ccd02b.zip puzzles-215cf195770067f6639542c2f9588218e1ccd02b.tar.gz puzzles-215cf195770067f6639542c2f9588218e1ccd02b.tar.bz2 puzzles-215cf195770067f6639542c2f9588218e1ccd02b.tar.xz | |
Misdirected cross-reference spotted by Jonas Koelker.
[originally from svn r7172]
| -rw-r--r-- | devel.but | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2122,7 +2122,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_update()} -function; see \k{drawing-draw-text}. +function; see \k{drawing-draw-update}. An implementation of this API which only supports printing is permitted to define this function pointer to be \cw{NULL} rather |