forked from pool/tigervnc
Stefan Dirsch
478a217a95
* update to current git master in order to fix boo#1132901 >>>>>>> ./tigervnc.changes.r85a118aa653f1d42c31302a788064076 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=161
14 lines
419 B
Diff
14 lines
419 B
Diff
Index: b/vncviewer/CConn.cxx
|
|
===================================================================
|
|
--- a/vncviewer/CConn.cxx
|
|
+++ b/vncviewer/CConn.cxx
|
|
@@ -388,6 +388,8 @@ void CConn::dataRect(const Rect& r, int
|
|
|
|
if (encoding != encodingCopyRect)
|
|
lastServerEncoding = encoding;
|
|
+ if (encoding == pseudoEncodingDesktopSize)
|
|
+ setDesktopSize( r.width(), r.height() );
|
|
|
|
CConnection::dataRect(r, encoding);
|
|
|