]> source.dussan.org Git - tigervnc.git/commitdiff
Updated the comments.
authorgeorge82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519>
Sun, 26 Nov 2006 11:21:02 +0000 (11:21 +0000)
committergeorge82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519>
Sun, 26 Nov 2006 11:21:02 +0000 (11:21 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2134 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/rfb/ScaledPixelBuffer.h

index a29cbdfb31b4493d7e737eb244a7740dff93a46b..ca0ddf561915b5db3ffe7a2264cf4f02004c8409 100644 (file)
@@ -78,7 +78,7 @@ namespace rfb {
     virtual void setScaleRatio(double scale_ratio);
 
     // Scale rect from the source image buffer to the destination buffer
-    // using bilinear interpolation
+    // using the current interpolation method
     virtual void scaleRect(const Rect& r);
 
     // Calculate the scaled image rectangle which depend on the source