Fix handling of ExtendedDesktopSize errors
This commit is contained in:
parent
91d5c62589
commit
910fd3afc9
|
@ -2360,10 +2360,10 @@ RFB.encodingHandlers = {
|
||||||
}
|
}
|
||||||
this._notification("Server did not accept the resize request: "
|
this._notification("Server did not accept the resize request: "
|
||||||
+ msg, 'normal');
|
+ msg, 'normal');
|
||||||
return true;
|
} else {
|
||||||
|
this._resize(this._FBU.width, this._FBU.height);
|
||||||
}
|
}
|
||||||
|
|
||||||
this._resize(this._FBU.width, this._FBU.height);
|
|
||||||
this._FBU.bytes = 0;
|
this._FBU.bytes = 0;
|
||||||
this._FBU.rects -= 1;
|
this._FBU.rects -= 1;
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue