aboutsummaryrefslogtreecommitdiff
path: root/src/libdraw/cursor.c
AgeCommit message (Collapse)AuthorFilesLines
2018-11-15libdraw: add Cursor2, a 32x32 high-res cursorRuss Cox1-0/+32
Also add setcursor2, esetcursor2, and draw protocol encoding. Calls to the old setcursor, esetcursor create a 32x32 by pixel doubling when needed.