summaryrefslogtreecommitdiff
path: root/gtk/gtk_plotters.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-04-08 18:55:38 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-04-08 18:55:38 +0000
commitee12fb211fe06fb1d18d09834a336642c2440b3d (patch)
tree61d150454fad11d89da61dda3248f26810f02636 /gtk/gtk_plotters.c
parentce57df5bd0fba5615a1b87ffe6d391b44725a641 (diff)
downloadnetsurf-ee12fb211fe06fb1d18d09834a336642c2440b3d.tar.gz
netsurf-ee12fb211fe06fb1d18d09834a336642c2440b3d.tar.bz2
Slightly clearer comment.
svn path=/trunk/netsurf/; revision=10324
Diffstat (limited to 'gtk/gtk_plotters.c')
-rw-r--r--gtk/gtk_plotters.c2
1 files changed, 1 insertions, 1 deletions
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