summaryrefslogtreecommitdiffstats
path: root/ganv/canvas-base.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/canvas-base.h')
-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);