35fddca831
* Multi-threaded decoder in the FLTK viewer * Improved SSH integration in the Java viewer * Fine grained lock down of Xvnc parameters * Compatibility with Xorg 1.18 * Lots of packaging fixes * Better compatibility with Vino, both in the FLTK and Java viewer - Removed patches: * U_add_allowoverride_parameter.patch * U_include-vencrypt-only-if-any-subtype-present.patch * U_tigervnc_clear_up_zlibinstream_reset_behaviour.patch * u_xserver118.patch OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=96
14 lines
463 B
Diff
14 lines
463 B
Diff
Index: tigervnc-1.6.0/vncviewer/CConn.cxx
|
|
===================================================================
|
|
--- 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
|
|
|
|
if (encoding != encodingCopyRect)
|
|
lastServerEncoding = encoding;
|
|
+ if (encoding == pseudoEncodingDesktopSize)
|
|
+ setDesktopSize( r.width(), r.height() );
|
|
|
|
CConnection::dataRect(r, encoding);
|
|
|