X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/4700b8499251fc0361d522cbdcade99d9c08e8bb..34950d9fdadfc8a740b76239625fd7e495c1091f:/puzzles.h diff --git a/puzzles.h b/puzzles.h index 69476ae..bb9bc6d 100644 --- a/puzzles.h +++ b/puzzles.h @@ -303,6 +303,9 @@ void shuffle(void *array, int nelts, int eltsize, random_state *rs); void draw_rect_outline(drawing *dr, int x, int y, int w, int h, int colour); +/* Draw a set of rectangle corners (e.g. for a cursor display). */ +void draw_rect_corners(drawing *dr, int cx, int cy, int r, int col); + void move_cursor(int button, int *x, int *y, int maxw, int maxh, int wrap); /* Used in netslide.c and sixteen.c for cursor movement around edge. */