aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-gnome/gtk+/gtk+/lower-quality-scaling-in-pixbuf-engine.patch
blob: 6cf1c14991feab6a5959bce15e7a172503daccf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: gtk+-2.6.10/modules/engines/pixbuf/pixbuf-render.c
===================================================================
--- gtk+-2.6.10.orig/modules/engines/pixbuf/pixbuf-render.c	2005-08-18 14:11:00.000000000 +0000
+++ gtk+-2.6.10/modules/engines/pixbuf/pixbuf-render.c	2007-05-24 11:16:50.000000000 +0000
@@ -407,7 +407,7 @@
 			0, 0, rect.width, rect.height,
 			dest_x - rect.x, dest_y - rect.y, 
 			x_scale, y_scale,
-			GDK_INTERP_BILINEAR);
+			GDK_INTERP_NEAREST);
 
       g_object_unref (partial_src);