acme: add 32x32 boxcursor

The only difference from the upscaled 16x16
is a one-pixel adjustment in the offset position,
but this at least exercises setcursor2.
This commit is contained in:
Russ Cox 2018-11-15 20:52:18 -05:00
parent fe92b4a0b1
commit 43b0d532bd
4 changed files with 71 additions and 2 deletions

View file

@ -525,6 +525,7 @@ Image *button;
Image *but2col;
Image *but3col;
Cursor boxcursor;
Cursor2 boxcursor2;
Row row;
int timerpid;
Disk *disk;