summaryrefslogtreecommitdiffstats
path: root/src/item.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-01-11 20:53:30 +0000
committerDavid Robillard <d@drobilla.net>2014-01-11 20:53:30 +0000
commitafdb578607526ca82cf03ec04cb4f410f11692c1 (patch)
treeb5cbce762b65e89a0cde5a815bd870b0fb87e298 /src/item.c
parent438d2c4aadd439b995af75a4b6589e32adf3fbb4 (diff)
downloadganv-afdb578607526ca82cf03ec04cb4f410f11692c1.tar.gz
ganv-afdb578607526ca82cf03ec04cb4f410f11692c1.tar.bz2
ganv-afdb578607526ca82cf03ec04cb4f410f11692c1.zip
Make some functions private.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5301 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/item.c')
-rw-r--r--src/item.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/item.c b/src/item.c
index 6fcd110..05295bb 100644
--- a/src/item.c
+++ b/src/item.c
@@ -664,8 +664,9 @@ ganv_item_default_bounds(GanvItem* item, double* x1, double* y1, double* x2, dou
* @x2: Rightmost edge of the bounding box (return value).
* @y2: Lower edge of the bounding box (return value).
*
- * Queries the bounding box of a canvas item. The bounds are returned in the
- * coordinate system of the item's parent.
+ * Queries the bounding box of a canvas item. The bounding box may not be
+ * exactly tight, but the canvas items will do the best they can. The bounds
+ * are returned in the coordinate system of the item's parent.
**/
void
ganv_item_get_bounds(GanvItem* item, double* x1, double* y1, double* x2, double* y2)