From ee12fb211fe06fb1d18d09834a336642c2440b3d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 8 Apr 2010 18:55:38 +0000 Subject: Slightly clearer comment. svn path=/trunk/netsurf/; revision=10324 --- gtk/gtk_plotters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtk_plotters.c b/gtk/gtk_plotters.c index e8ca0cd53..9598e2022 100644 --- a/gtk/gtk_plotters.c +++ b/gtk/gtk_plotters.c @@ -386,7 +386,7 @@ static bool nsgtk_plot_pixbuf(int x, int y, int width, int height, double sx = (double)width / gdk_pixbuf_get_width(pixbuf); double sy = (double)height / gdk_pixbuf_get_height(pixbuf); - /* Create bitmap for scaled image */ + /* Create bitmap for scaled image portion */ GdkPixbuf *scaled = gdk_pixbuf_new(GDK_COLORSPACE_RGB, true, 8, dwidth, dheight); /* Only scale up the portion of the bitmap that we are -- cgit v1.2.3