On Wed, Feb 25, 2015 at 05:22:53PM +0100, Fabiano Fidêncio wrote: > pixman_image_surface-get_stride -> pixman_image_get_stride > --- > common/canvas_base.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/common/canvas_base.c b/common/canvas_base.c > index 837f1d1..a2dc431 100644 > --- a/common/canvas_base.c > +++ b/common/canvas_base.c > @@ -1035,7 +1035,7 @@ static void dump_surface(pixman_image_t *surface, int cache) > uint8_t *data = (uint8_t *)pixman_image_get_data(surface); > int width = pixman_image_get_width(surface); > int height = pixman_image_get_height(surface); > - int stride = pixman_image_surface_get_stride(surface); > + int stride = pixman_image_get_stride(surface); Yeah probably what was meant, ACK. Christophe
Attachment:
pgpv8NZ66u5QC.pgp
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel