aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/x11-screen.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18devdraw: use indirect impl interface in x11Gabriel Diaz1-0/+21
2020-01-15devdraw: avoid deadlock in x11 resizeRuss Cox1-0/+2
2020-01-15devdraw: set windowrect correctly on x11 if window gets unexpected sizeRuss Cox1-2/+2
2020-01-14devdraw: notify window resize promptly on x11Russ Cox1-8/+8
2020-01-13devdraw: x11 working againRuss Cox1-0/+1759