rio: flushimage() before wscrsleep()
This commit is contained in:
parent
e7bc98b057
commit
5c95c50c6c
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ wscrsleep(Window *w, uint dt)
|
|||
int y, b;
|
||||
static Alt alts[3];
|
||||
|
||||
if(display->bufp > display->buf)
|
||||
flushimage(display, 1);
|
||||
timer = timerstart(dt);
|
||||
y = w->mc.xy.y;
|
||||
b = w->mc.buttons;
|
||||
|
|
Loading…
Reference in a new issue