summaryrefslogtreecommitdiffstats
path: root/src/libdraw/event.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-8/+7
| | | | | | | | | 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: add visibleclicks modeRuss Cox2012-09-171-0/+2
| | | | | R=rsc http://codereview.appspot.com/6501137
* libdraw: fix spinning event loop (David Bulkow)Russ Cox2008-01-101-6/+6
|
* block instead of chewing cpu in eread (Lu Xuxiao)rsc2006-11-051-1/+1
|
* In non-blocking recv functions in libmux and libdraw,rsc2006-11-041-1/+11
| | | | | | | | | | | | distinguish between "cannot receive without blocking" and "EOF on connection". In libmux, do not elect async guys muxers, so that synchronous RPC calls run in the main event loop (e.g., in eresized) do not get stuck. Fixes problem reported by Lu Xuxiao, namely that jpg etc. would spin at 100% cpu usage.
* eventrsc2006-06-251-265/+217
|
* byersc2006-06-251-17/+1
|
* Initial revisionrsc2003-09-301-0/+486