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)
|
updateimage(Vncs *v)
|
||||||
{
|
{
|
||||||
int i, j, ncount, nsend, docursor, dowarp, doresize;
|
int i, j, ncount, nsend, docursor, dowarp, doresize;
|
||||||
vlong ooffset, t1;
|
vlong ooffset = 0, t1 = 0;
|
||||||
Point warppt;
|
Point warppt;
|
||||||
Rectangle cr;
|
Rectangle cr;
|
||||||
Rlist rlist;
|
Rlist rlist;
|
||||||
int (*count)(Vncs*, Rectangle);
|
int (*count)(Vncs*, Rectangle);
|
||||||
int (*send)(Vncs*, Rectangle);
|
int (*send)(Vncs*, Rectangle);
|
||||||
|
|
||||||
ooffset = t1 = 0;
|
|
||||||
|
|
||||||
vnclock(v);
|
vnclock(v);
|
||||||
dowarp = v->canwarp && v->dowarp;
|
dowarp = v->canwarp && v->dowarp;
|
||||||
warppt = v->warppt;
|
warppt = v->warppt;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue