2015-01-09 14:08:09 +01:00
|
|
|
Index: tigervnc-1.4.1/vncviewer/CConn.cxx
|
|
|
|
===================================================================
|
|
|
|
--- tigervnc-1.4.1.orig/vncviewer/CConn.cxx
|
|
|
|
+++ tigervnc-1.4.1/vncviewer/CConn.cxx
|
|
|
|
@@ -424,6 +424,8 @@ void CConn::dataRect(const Rect& r, int
|
|
|
|
|
|
|
|
if (encoding != encodingCopyRect)
|
2013-12-03 12:51:21 +01:00
|
|
|
lastServerEncoding = encoding;
|
|
|
|
+ if (encoding == pseudoEncodingDesktopSize)
|
|
|
|
+ setDesktopSize( r.width(), r.height() );
|
|
|
|
|
2015-01-09 14:08:09 +01:00
|
|
|
if (!Decoder::supported(encoding)) {
|
|
|
|
vlog.error(_("Unknown rect encoding %d"), encoding);
|