From a4a3bcd97925943f158a01b69020fe6636a0f82d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 29 Apr 2013 14:00:36 +0100 Subject: Update comments. --- desktop/selection.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/selection.c b/desktop/selection.c index b2a73f82e..90ce33372 100644 --- a/desktop/selection.c +++ b/desktop/selection.c @@ -160,7 +160,7 @@ void selection_destroy(struct selection *s) * resized causing the layout to change. * * \param s selection object - * \param root the box (page/textarea) to be used as the root node for this selection + * \param root the root box for html document or NULL for text/plain */ void selection_reinit(struct selection *s, struct box *root) @@ -194,7 +194,7 @@ void selection_reinit(struct selection *s, struct box *root) * ie. selections are confined to that subtree. * * \param s selection object - * \param root the box (page/textarea) to be used as the root node for this selection + * \param root the root box for html document or NULL for text/plain */ void selection_init(struct selection *s, struct box *root) -- cgit v1.2.3