f3919e3250
- Updated to tigervnc 1.5.0. - Dropped no longer needed patches: * tigervnc-sf3495623.patch * u_syslog.patch * u_tigervnc-build-with-xserver-1.17.patch - Use encryption everywhere. (fate#318936) - Work with fltk 1.3.2. * N_tigervnc_revert_fltk_1_3_3_requirements.patch OBS-URL: https://build.opensuse.org/request/show/316948 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=58
14 lines
522 B
Diff
14 lines
522 B
Diff
Index: tigervnc-1.5.0/vncviewer/CConn.cxx
|
|
===================================================================
|
|
--- tigervnc-1.5.0.orig/vncviewer/CConn.cxx
|
|
+++ tigervnc-1.5.0/vncviewer/CConn.cxx
|
|
@@ -427,6 +427,8 @@ void CConn::dataRect(const Rect& r, int
|
|
|
|
if (encoding != encodingCopyRect)
|
|
lastServerEncoding = encoding;
|
|
+ if (encoding == pseudoEncodingDesktopSize)
|
|
+ setDesktopSize( r.width(), r.height() );
|
|
|
|
if (!Decoder::supported(encoding)) {
|
|
// TRANSLATORS: Refers to a VNC protocol encoding type
|