summaryrefslogtreecommitdiff
path: root/render/layout.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-09-23 17:42:25 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-09-23 17:42:25 +0000
commit9854ad631326d19fed5243b51716b3606fb2484c (patch)
treed9b2ef265d3e009512581edefe0c0592eefc0164 /render/layout.c
parent9e91992478f99c3d47816f11f98a3b3f5d83333d (diff)
downloadnetsurf-9854ad631326d19fed5243b51716b3606fb2484c.tar.gz
netsurf-9854ad631326d19fed5243b51716b3606fb2484c.tar.bz2
Add layout_get_object_dimensions param documentation missing from last commit.
svn path=/trunk/netsurf/; revision=12871
Diffstat (limited to 'render/layout.c')
-rw-r--r--render/layout.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/render/layout.c b/render/layout.c
index d827937dc..13e85e2e6 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -1012,6 +1012,8 @@ bool layout_block_object(struct box *block)
* \param box Box with object
* \param width Width value in px or AUTO. If AUTO, updated to value in px.
* \param height Height value in px or AUTO. If AUTO, updated to value in px.
+ * \param min_width Box's min width, as given by layout_find_dimensions.
+ * \param max_width Box's max width, as given by layout_find_dimensions.
*
* See CSS 2.1 sections 10.3 and 10.6.
*/