aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/x11-draw.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-08devdraw: silence unused variable warningsRuss Cox1-2/+6
R=rsc https://codereview.appspot.com/7304064
2013-02-08devdraw: disable XCopyArea optimizationRuss Cox1-2/+5
Ubuntu Precise seems to have a buggy X server that sometimes fails at XCopyArea. Let devdraw do it itself. This will slow down remote X a little bit, but slow and correct is better than fast and broken. R=rsc https://codereview.appspot.com/7310069
2006-06-25new draw serverrsc1-0/+144