summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/mac-screen.m
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: more cleanup, clearer lockingRuss Cox2020-01-131-166/+105
|
* devdraw: refactor, clean up mac screenRuss Cox2020-01-131-432/+395
| | | | | Also turn mac-srv.c into a generic srv.c, so we can remove the duplication with x11-srv.c.
* devdraw: move per-window globals in mac-screen.m into ClientRuss Cox2020-01-131-61/+80
|
* devdraw: move Client into devdraw.h and move global state inRuss Cox2020-01-131-35/+45
|
* devdraw: use consistent mac-* prefix on macOS filesRuss Cox2020-01-131-0/+1248
We were using osx- and cocoa- but it's not even OS X anymore.