aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/x11-init.c
AgeCommit message (Collapse)AuthorFilesLines
2008-06-30devdraw: OS X native versionRuss Cox1-73/+1
2008-01-30devdraw, rio: more full-screen nonsenseRuss Cox1-12/+4
2008-01-30devdraw: add F11 for full-screen toggleRuss Cox1-2/+18
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-07-05Fix resize error under KDE (Bart Locanthi)rsc1-4/+9
2006-06-25new draw serverrsc1-0/+788