summaryrefslogtreecommitdiffstats
path: root/src/libdraw/drawclient.c
Commit message (Collapse)AuthorAgeFilesLines
* 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