forked from pool/tigervnc
0b229476b8
- Updated to tigervnc 1.6.0. - Removed patches: * N_tigervnc_revert_fltk_1_3_3_requirements.patch * U_tigervnc-fix-reversed-logic-in-vncIsTCPPortUsed.patch * u_tigervnc-display-SHA-1-fingerprint-of-untrusted-certificate.patch * u_tigervnc-use-default-trust-manager-in-java-viewer-if-custom.patch * u_tigervnc-use_preferred_mode.patch * u_tigervnc-vncserver-clean-pid-files.patch - Updated patches: * n_tigervnc-date-time.patch * u_tigervnc-add-autoaccept-parameter.patch * u_tigervnc_update_default_vncxstartup.patch OBS-URL: https://build.opensuse.org/request/show/353245 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=80
14 lines
522 B
Diff
14 lines
522 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() );
|
|
|
|
if (!Decoder::supported(encoding)) {
|
|
// TRANSLATORS: Refers to a VNC protocol encoding type
|