2019-04-20 11:56:35 +02:00
|
|
|
Index: b/vncviewer/CConn.cxx
|
2015-01-09 14:08:09 +01:00
|
|
|
===================================================================
|
2019-04-20 11:56:35 +02:00
|
|
|
--- a/vncviewer/CConn.cxx
|
|
|
|
+++ b/vncviewer/CConn.cxx
|
|
|
|
@@ -388,6 +388,8 @@ void CConn::dataRect(const Rect& r, int
|
2015-01-09 14:08:09 +01:00
|
|
|
|
|
|
|
if (encoding != encodingCopyRect)
|
2013-12-03 12:51:21 +01:00
|
|
|
lastServerEncoding = encoding;
|
|
|
|
+ if (encoding == pseudoEncodingDesktopSize)
|
|
|
|
+ setDesktopSize( r.width(), r.height() );
|
|
|
|
|
2016-09-13 16:12:30 +02:00
|
|
|
CConnection::dataRect(r, encoding);
|
|
|
|
|