summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/x11-init.c
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: OS X native versionRuss Cox2008-06-301-73/+1
|
* devdraw, rio: more full-screen nonsenseRuss Cox2008-01-301-12/+4
|
* devdraw: add F11 for full-screen toggleRuss Cox2008-01-301-2/+18
|
* In non-blocking recv functions in libmux and libdraw,rsc2006-11-041-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.
* Fix resize error under KDE (Bart Locanthi)rsc2006-07-051-4/+9
|
* new draw serverrsc2006-06-251-0/+788