devdraw: move per-window globals in mac-screen.m into Client

This commit is contained in:
Russ Cox 2020-01-09 00:40:32 -05:00
parent 88ed92aa40
commit 843e5af198
3 changed files with 81 additions and 62 deletions

View file

@ -75,6 +75,7 @@ struct Client
int rfd;
int wfd;
void* view;
QLock inputlk;
Kbdbuf kbd;