summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/x11-screen.c
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: notify window resize promptly on x11Russ Cox2020-01-141-8/+8
| | | | Fixes #339.
* devdraw: x11 working againRuss Cox2020-01-131-0/+1759
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.