summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/mac-srv.c
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: refactor, clean up mac screenRuss Cox2020-01-131-378/+0
| | | | | Also turn mac-srv.c into a generic srv.c, so we can remove the duplication with x11-srv.c.
* devdraw: move Client into devdraw.h and move global state inRuss Cox2020-01-131-179/+130
|
* devdraw: use consistent mac-* prefix on macOS filesRuss Cox2020-01-131-0/+427
We were using osx- and cocoa- but it's not even OS X anymore.