Revision bc210eb1 qemu-pixman.c

b/qemu-pixman.c
52 52
}
53 53

  
54 54
void qemu_pixman_linebuf_fill(pixman_image_t *linebuf, pixman_image_t *fb,
55
                              int width, int y)
55
                              int width, int x, int y)
56 56
{
57 57
    pixman_image_composite(PIXMAN_OP_SRC, fb, NULL, linebuf,
58
                           0, y, 0, 0, 0, 0, width, 1);
58
                           x, y, 0, 0, 0, 0, width, 1);
59 59
}
60 60

  
61 61
pixman_image_t *qemu_pixman_mirror_create(pixman_format_code_t format,

Also available in: Unified diff