aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw
AgeCommit message (Collapse)AuthorFilesLines
2006-11-04In non-blocking recv functions in libmux and libdraw,rsc1-1/+2
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.
2006-10-13use X11 in /usr if it is therersc1-0/+4
2006-07-05Fix resize error under KDE (Bart Locanthi)rsc3-27/+54
2006-06-26slow mode for debuggingrsc1-2/+17
2006-06-25quietrsc1-1/+1
2006-06-25new draw serverrsc23-0/+5538