mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 09:13:08 +03:00
Slightly clearer comment.
svn path=/trunk/netsurf/; revision=10324
This commit is contained in:
parent
ce57df5bd0
commit
ee12fb211f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user