aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/mac-screen.m
AgeCommit message (Collapse)AuthorFilesLines
2020-01-13devdraw: AUTOFRAMEWORK CoreFoundation on macOSRuss Cox1-0/+1
Fixes #273.
2020-01-13devdraw: x11 working againRuss Cox1-17/+37
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.
2020-01-13devdraw: multiclient modeRuss Cox1-7/+8
2020-01-13devdraw: more cleanup, clearer lockingRuss Cox1-166/+105
2020-01-13devdraw: refactor, clean up mac screenRuss Cox1-432/+395
Also turn mac-srv.c into a generic srv.c, so we can remove the duplication with x11-srv.c.
2020-01-13devdraw: move per-window globals in mac-screen.m into ClientRuss Cox1-61/+80
2020-01-13devdraw: move Client into devdraw.h and move global state inRuss Cox1-35/+45
2020-01-13devdraw: use consistent mac-* prefix on macOS filesRuss Cox1-0/+1248
We were using osx- and cocoa- but it's not even OS X anymore.