summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/srv.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.