summaryrefslogtreecommitdiffstats
path: root/ganv
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-01-03 22:34:38 +0000
committerDavid Robillard <d@drobilla.net>2014-01-03 22:34:38 +0000
commitcac7e4e5e5b4ad8331ba75649dcc84ead3f4a5b4 (patch)
tree15eb2331de2c941f6106269bb83e35b331413104 /ganv
parent3517286a9404d556c384276d63b73b588fadbcfe (diff)
downloadganv-cac7e4e5e5b4ad8331ba75649dcc84ead3f4a5b4.tar.gz
ganv-cac7e4e5e5b4ad8331ba75649dcc84ead3f4a5b4.tar.bz2
ganv-cac7e4e5e5b4ad8331ba75649dcc84ead3f4a5b4.zip
Improve performance by avoiding unnecessary i2w conversions.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5249 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv')
-rw-r--r--ganv/canvas-base.h2
1 files changed, 1 insertions, 1 deletions
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);