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

Maks Naumov <[email protected]>
Newsgroups gmane.comp.lib.cairo
Message-ID <1408485554.29906.1.camel@ubuntu>
Signed-off-by: Maks Naumov <[email protected]>
---
 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
[email protected]
http://lists.cairographics.org/mailman/listinfo/cairo
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.