From 9c9cbddd06100aebe0341bb8b0a632fd5ff5a2b3 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 9 Oct 2010 05:27:05 +0200 Subject: gnome-canvas: Port GnomeCanvasLine to use Cairo for drawing --- libgnomecanvas/gnome-canvas.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libgnomecanvas/gnome-canvas.h') diff --git a/libgnomecanvas/gnome-canvas.h b/libgnomecanvas/gnome-canvas.h index fa51400073..c698c833aa 100644 --- a/libgnomecanvas/gnome-canvas.h +++ b/libgnomecanvas/gnome-canvas.h @@ -282,6 +282,7 @@ void gnome_canvas_item_i2w_affine (GnomeCanvasItem *item, gdouble affine[6]); * canvas pixel coordinates. */ void gnome_canvas_item_i2c_affine (GnomeCanvasItem *item, gdouble affine[6]); +void gnome_canvas_item_i2c_matrix (GnomeCanvasItem *item, cairo_matrix_t *matrix); /* Remove the item from its parent group and make the new group its parent. The * item will be put on top of all the items in the new group. The item's -- cgit v1.2.3