From cac7e4e5e5b4ad8331ba75649dcc84ead3f4a5b4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 3 Jan 2014 22:34:38 +0000 Subject: Improve performance by avoiding unnecessary i2w conversions. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5249 a436a847-0d15-0410-975c-d299462d15a1 --- ganv/canvas-base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ganv/canvas-base.h') diff --git a/ganv/canvas-base.h b/ganv/canvas-base.h index b036a15..6f5f16e 100644 --- a/ganv/canvas-base.h +++ b/ganv/canvas-base.h @@ -221,7 +221,7 @@ void ganv_item_grab_focus(GanvItem* item); /* Fetch the bounding box of the item. The bounding box may not be exactly * tight, but the canvas items will do the best they can. The returned bounding - * box is in the coordinate system of the item's parent. + * box is in item relative coordinates. */ void ganv_item_get_bounds(GanvItem* item, double* x1, double* y1, double* x2, double* y2); -- cgit v1.2.1