aboutsummaryrefslogtreecommitdiff
path: root/src/libdraw/event.c
AgeCommit message (Collapse)AuthorFilesLines
2012-09-17libdraw: add visibleclicks modeRuss Cox1-0/+2
R=rsc http://codereview.appspot.com/6501137
2008-01-10libdraw: fix spinning event loop (David Bulkow)Russ Cox1-6/+6
2006-11-05block instead of chewing cpu in eread (Lu Xuxiao)rsc1-1/+1
2006-11-04In non-blocking recv functions in libmux and libdraw,rsc1-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.
2006-06-25eventrsc1-265/+217
2006-06-25byersc1-17/+1
2003-09-30Initial revisionrsc1-0/+486