aboutsummaryrefslogtreecommitdiff
path: root/include/event.h
AgeCommit message (Collapse)AuthorFilesLines
2018-11-15libdraw: add Cursor2, a 32x32 high-res cursorRuss Cox1-0/+2
Also add setcursor2, esetcursor2, and draw protocol encoding. Calls to the old setcursor, esetcursor create a 32x32 by pixel doubling when needed.
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-2/+2
2003-11-25Add the #goo to allow use in C++.rsc1-0/+11
Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
2003-09-30Initial revisionrsc1-0/+63