summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/srv.c
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: notify window resize promptly on x11Russ Cox2020-01-141-0/+18
| | | | Fixes #339.
* devdraw: x11 working againRuss Cox2020-01-131-1/+1
| | | | | | | | Need to think a bit more about locking, but overall it's a working devdraw. Multiclient mode may not be working but nothing is using it yet.
* devdraw: multiclient modeRuss Cox2020-01-131-35/+104
|
* devdraw: more cleanup, clearer lockingRuss Cox2020-01-131-44/+94
|
* devdraw: refactor, clean up mac screenRuss Cox2020-01-131-0/+402
Also turn mac-srv.c into a generic srv.c, so we can remove the duplication with x11-srv.c.