[haiku-commits] r37096 - haiku/trunk/src/apps/screenshot

  • From: wpjvandermeer@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 11 Jun 2010 10:38:39 +0200 (CEST)

Author: wim
Date: 2010-06-11 10:38:39 +0200 (Fri, 11 Jun 2010)
New Revision: 37096
Changeset: http://dev.haiku-os.org/changeset/37096/haiku

Modified:
   haiku/trunk/src/apps/screenshot/ScreenshotWindow.cpp
Log:
Use bilinear bitmap scaling for the screenshot preview.

Modified: haiku/trunk/src/apps/screenshot/ScreenshotWindow.cpp
===================================================================
--- haiku/trunk/src/apps/screenshot/ScreenshotWindow.cpp        2010-06-11 
07:56:51 UTC (rev 37095)
+++ haiku/trunk/src/apps/screenshot/ScreenshotWindow.cpp        2010-06-11 
08:38:39 UTC (rev 37096)
@@ -356,7 +356,7 @@
 
        fPreview->ClearViewBitmap();
        fPreview->SetViewBitmap(fScreenshot, fScreenshot->Bounds(),
-               fPreview->Bounds(), B_FOLLOW_ALL, 0);
+               fPreview->Bounds(), B_FOLLOW_ALL, B_FILTER_BITMAP_BILINEAR);
 }
 
 


Other related posts:

  • » [haiku-commits] r37096 - haiku/trunk/src/apps/screenshot - wpjvandermeer