From ea974d797692c72c50e4d97f10d4e35fbc3e1f83 Mon Sep 17 00:00:00 2001 From: george82 Date: Sun, 26 Nov 2006 11:21:02 +0000 Subject: [PATCH] Updated the comments. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2134 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/rfb/ScaledPixelBuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/rfb/ScaledPixelBuffer.h b/common/rfb/ScaledPixelBuffer.h index a29cbdfb..ca0ddf56 100644 --- a/common/rfb/ScaledPixelBuffer.h +++ b/common/rfb/ScaledPixelBuffer.h @@ -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 -- 2.39.5