summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/x11-wsys.c
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: x11 working againRuss Cox2020-01-131-45/+0
| | | | | | | | 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.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+0
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* devdraw: full-screen cleanupRuss Cox2008-01-301-0/+14
|
* devdraw: add F11 for full-screen toggleRuss Cox2008-01-301-1/+4
|
* new draw serverrsc2006-06-251-0/+29