Magellan Linux

Annotation of /trunk/vnc/patches/vnc-newfbsize.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 403 byte(s)
-import

1 niro 153 --- unix/vncviewer/CConn.cxx.newfbsize 2006-07-15 12:24:08.000000000 +0200
2     +++ unix/vncviewer/CConn.cxx 2006-07-15 12:23:29.000000000 +0200
3     @@ -305,6 +305,8 @@
4     if (encoding != encodingCopyRect) {
5     lastServerEncoding = encoding;
6     }
7     + if (encoding == pseudoEncodingDesktopSize)
8     + setDesktopSize( r.width(), r.height() );
9     }
10    
11     void CConn::endRect(const Rect& r, unsigned int encoding)