diff options
Diffstat (limited to 'pixman/demos/composite-test.c')
-rw-r--r-- | pixman/demos/composite-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/demos/composite-test.c b/pixman/demos/composite-test.c index dc24f8ef1..8213e2f9d 100644 --- a/pixman/demos/composite-test.c +++ b/pixman/demos/composite-test.c @@ -149,7 +149,7 @@ main (int argc, char **argv) 0, 0, 0, 0, 0, 0, WIDTH, HEIGHT); pixman_image_composite (operators[i].op, parrot, NULL, dest_img, 0, 0, 0, 0, 0, 0, WIDTH, HEIGHT); - pixbuf = pixbuf_from_argb32 (pixman_image_get_data (dest_img), TRUE, + pixbuf = pixbuf_from_argb32 (pixman_image_get_data (dest_img), WIDTH, HEIGHT, WIDTH * 4); image = gtk_image_new_from_pixbuf (pixbuf); gtk_box_pack_start (GTK_BOX (vbox), image, FALSE, FALSE, 0); |