2016-01-12 13:44:44 +01:00
|
|
|
Index: tigervnc-1.6.0/vncviewer/CConn.cxx
|
2015-01-09 14:08:09 +01:00
|
|
|
===================================================================
|
2016-01-12 13:44:44 +01:00
|
|
|
--- tigervnc-1.6.0.orig/vncviewer/CConn.cxx
|
|
|
|
+++ tigervnc-1.6.0/vncviewer/CConn.cxx
|
|
|
|
@@ -438,6 +438,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() );
|
|
|
|
|
2015-01-09 14:08:09 +01:00
|
|
|
if (!Decoder::supported(encoding)) {
|
2015-07-15 16:13:40 +02:00
|
|
|
// TRANSLATORS: Refers to a VNC protocol encoding type
|