aboutsummaryrefslogtreecommitdiff
path: root/src/libdraw/mouse.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-14libdraw: send hangup to process when window is lostRuss Cox1-1/+5
This matches the Plan 9 behavior a bit better. Fixes #30.
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-1/+0
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2018-11-15libdraw: add Cursor2, a 32x32 high-res cursorRuss Cox1-1/+7
Also add setcursor2, esetcursor2, and draw protocol encoding. Calls to the old setcursor, esetcursor create a 32x32 by pixel doubling when needed.
2008-06-30libdraw: die if display doesRuss Cox1-1/+1
2006-06-25byersc1-79/+28
2004-12-26use new thread libraryrsc1-0/+2
2003-09-30Initial revisionrsc1-0/+139