aboutsummaryrefslogtreecommitdiff
path: root/src/libdraw/mouse.c
Commit message (Collapse)AuthorAgeFilesLines
* libdraw: send hangup to process when window is lostRuss Cox2020-01-141-1/+5
| | | | | | This matches the Plan 9 behavior a bit better. Fixes #30.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-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>
* libdraw: add Cursor2, a 32x32 high-res cursorRuss Cox2018-11-151-1/+7
| | | | | | Also add setcursor2, esetcursor2, and draw protocol encoding. Calls to the old setcursor, esetcursor create a 32x32 by pixel doubling when needed.
* libdraw: die if display doesRuss Cox2008-06-301-1/+1
|
* byersc2006-06-251-79/+28
|
* use new thread libraryrsc2004-12-261-0/+2
|
* Initial revisionrsc2003-09-301-0/+139