From 4e48ad2f07f508a18108c56c4411a92a6ca751a8 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Thu, 23 Mar 2006 04:37:53 +0000 Subject: [project @ 2006-03-23 04:37:53 by rjek] Use higher quality dither in GTK image plotting svn path=/import/netsurf/; revision=2153 --- gtk/gtk_plotters.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtk_plotters.c') diff --git a/gtk/gtk_plotters.c b/gtk/gtk_plotters.c index 8da2d3c51..1169f677a 100644 --- a/gtk/gtk_plotters.c +++ b/gtk/gtk_plotters.c @@ -235,7 +235,7 @@ bool nsgtk_plot_bitmap(int x, int y, int width, int height, 0, 0, x, y, width, height, - GDK_RGB_DITHER_NORMAL, 0, 0); + GDK_RGB_DITHER_MAX, 0, 0); } else { GdkPixbuf *scaled; @@ -250,7 +250,7 @@ bool nsgtk_plot_bitmap(int x, int y, int width, int height, 0, 0, x, y, width, height, - GDK_RGB_DITHER_NORMAL, 0, 0); + GDK_RGB_DITHER_MAX, 0, 0); g_object_unref(scaled); } -- cgit v1.2.3