Added ScaledPixelBuffer class implementation to the rfb library. The ScaledPixelBuffer class
allows to scale the image data from the source buffer to destination buffer using bilinear interpolation.
Now it working only with the 32bpp image data.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@431 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfb/rfb.dsp b/rfb/rfb.dsp
index 0662b42..15f75af 100644
--- a/rfb/rfb.dsp
+++ b/rfb/rfb.dsp
@@ -246,6 +246,10 @@
# End Source File
# Begin Source File
+SOURCE=.\ScaledPixelBuffer.cxx
+# End Source File
+# Begin Source File
+
SOURCE=.\SConnection.cxx
# End Source File
# Begin Source File
@@ -560,6 +564,10 @@
# End Source File
# Begin Source File
+SOURCE=.\ScaledPixelBuffer.h
+# End Source File
+# Begin Source File
+
SOURCE=.\SConnection.h
# End Source File
# Begin Source File