summaryrefslogtreecommitdiffstats
path: root/src/libdraw/drawclient.c
Commit message (Collapse)AuthorAgeFilesLines
* libdraw: connect to devdraw via $wsysid when setRuss Cox2020-01-131-1/+63
|
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-17/+16
| | | | | | | | | 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,devdraw: fix compatibility with old 16x16 cursor protocol (#217)Fazlul Shahriar2019-04-051-1/+1
| | | | Some libraries that depend on devdraw don't know about 32x32 cursor -- mainly 9fans.net/go/draw.
* libdraw: add Cursor2, a 32x32 high-res cursorRuss Cox2018-11-151-1/+6
| | | | | | 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-1/+6
| | | | | R=rsc http://codereview.appspot.com/6501137
* mergeRuss Cox2009-07-141-2/+6
|
* mergeRuss Cox2009-04-301-0/+9
|
* libdraw: do not let devdraw fork, for OS XRuss Cox2008-07-011-1/+5
|
* libdraw: die if display doesRuss Cox2008-06-301-2/+2
|
* In non-blocking recv functions in libmux and libdraw,rsc2006-11-041-14/+20
| | | | | | | | | | | | 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.
* move USED past decls (Arvindh Tamilmani)rsc2006-07-041-2/+2
|
* use pinrsc2006-06-261-1/+27
|
* eventrsc2006-06-251-15/+46
|
* newrsc2006-06-251-0/+336