vncs: fix uninterruptable temporary warning
This commit is contained in:
parent
b1b347a0f4
commit
976d19960f
1 changed files with 1 additions and 3 deletions
|
@ -969,15 +969,13 @@ static int
|
|||
updateimage(Vncs *v)
|
||||
{
|
||||
int i, j, ncount, nsend, docursor, dowarp, doresize;
|
||||
vlong ooffset, t1;
|
||||
vlong ooffset = 0, t1 = 0;
|
||||
Point warppt;
|
||||
Rectangle cr;
|
||||
Rlist rlist;
|
||||
int (*count)(Vncs*, Rectangle);
|
||||
int (*send)(Vncs*, Rectangle);
|
||||
|
||||
ooffset = t1 = 0;
|
||||
|
||||
vnclock(v);
|
||||
dowarp = v->canwarp && v->dowarp;
|
||||
warppt = v->warppt;
|
||||
|
|
Loading…
Reference in a new issue