[cairo] [PATCH] Fix width and height args for _cairo_xcb_connection_copy_area()

Bryce Harrington bryce at osg.samsung.com
Thu Aug 21 12:58:22 PDT 2014


On Tue, Aug 19, 2014 at 02:59:14PM -0700, Maks Naumov wrote:
> Signed-off-by: Maks Naumov <maksqwe1 at ukr.net>

Thanks, merged.

Uli, I'm setting you as reviewer for his patch, hope that's fine

> ---
>  src/cairo-xcb-surface-core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/cairo-xcb-surface-core.c b/src/cairo-xcb-surface-core.c
> index 545fd28..9c0c0a0 100644
> --- a/src/cairo-xcb-surface-core.c
> +++ b/src/cairo-xcb-surface-core.c
> @@ -573,7 +573,7 @@ _cairo_xcb_surface_core_copy_boxes (cairo_xcb_surface_t		*dst,
>  						 src->x0 + x1,
>  						 src->y0 + y1,
>  						 x1, y1,
> -						 x2 - x2, y2 - x2);
> +						 x2 - x1, y2 - y1);
>  	    }
>  	}
>      }
> -- 
> 1.9.1
> 
> 
> 
> -- 
> cairo mailing list
> cairo at cairographics.org
> http://lists.cairographics.org/mailman/listinfo/cairo


More information about the cairo mailing list