devdraw: notify window resize promptly on x11

Fixes #339.
This commit is contained in:
Russ Cox 2020-01-14 19:43:32 -05:00
parent 40d787ab12
commit 1f799495e4
5 changed files with 28 additions and 13 deletions

View file

@ -187,6 +187,7 @@ void gfx_keystroke(Client*, int);
void gfx_main(void);
void gfx_mousetrack(Client*, int, int, int, uint);
void gfx_replacescreenimage(Client*, Memimage*);
void gfx_mouseresized(Client*);
void gfx_started(void);
// rpc_* routines are called on the RPC thread,