From 9854ad631326d19fed5243b51716b3606fb2484c Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 23 Sep 2011 17:42:25 +0000 Subject: Add layout_get_object_dimensions param documentation missing from last commit. svn path=/trunk/netsurf/; revision=12871 --- render/layout.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'render') 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. */ -- cgit v1.2.3