Magellan Linux

Contents of /trunk/tigervnc/patches/tigervnc-1.0.1-rh624317.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1201 - (show annotations) (download)
Mon Nov 22 23:25:59 2010 UTC (13 years, 6 months ago) by niro
File size: 471 byte(s)
-patches for 1.0.1 against xorg-server-1.7
1 diff -up tigervnc-1.0.1/common/rfb/tightDecode.h.rh624317 tigervnc-1.0.1/common/rfb/tightDecode.h
2 --- tigervnc-1.0.1/common/rfb/tightDecode.h.rh624317 2010-08-25 16:54:29.889347357 +0200
3 +++ tigervnc-1.0.1/common/rfb/tightDecode.h 2010-08-25 16:54:45.599343567 +0200
4 @@ -315,6 +315,8 @@ DecompressJpegRect(const Rect& r, rdr::I
5 }
6 }
7
8 + delete [] rowPointer;
9 +
10 if (cinfo.out_color_space == JCS_RGB)
11 myFormat.bufferFromRGB((rdr::U8*)buf, dstBuf, w * h);
12