diff src/print.c @ 1045:0ab0deb0cfcc

added possibility to redraw only the parts of image that are already loaded
author nadvornik
date Mon, 08 Sep 2008 19:57:51 +0000
parents 1a4b18c58556
children 1646720364cf
line wrap: on
line diff
--- a/src/print.c	Mon Sep 08 15:53:01 2008 +0000
+++ b/src/print.c	Mon Sep 08 19:57:51 2008 +0000
@@ -627,7 +627,7 @@
 	    gdk_pixbuf_get_height(pixbuf) != sh)
 		{
 		pixbuf = gdk_pixbuf_new(GDK_COLORSPACE_RGB, FALSE, 8, sw, sh);
-		image_change_pixbuf(pw->layout_image, pixbuf, 0.0);
+		image_change_pixbuf(pw->layout_image, pixbuf, 0.0, FALSE);
 		g_object_unref(pixbuf);
 		}