devdraw: x11 working again

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.
This commit is contained in:
Russ Cox 2020-01-12 14:53:46 -05:00 committed by Russ Cox
parent 892b3c4687
commit 50923426bf
14 changed files with 1845 additions and 2341 deletions

View file

@ -258,7 +258,7 @@ runmsg(Client *c, Wsysmsg *m)
break;
case Tbouncemouse:
// _xbouncemouse(&m->mouse);
rpc_bouncemouse(c, m->mouse);
replymsg(c, m);
break;