From edded10c0fab01984b43de8d857cce7b6027b242 Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Sat, 11 Feb 2006 18:33:05 +0000 Subject: [project @ 2006-02-11 18:33:05 by adrianl] Textarea/selection improvements and fixes svn path=/import/netsurf/; revision=2072 --- desktop/selection.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'desktop/selection.h') diff --git a/desktop/selection.h b/desktop/selection.h index c039e1c0f..57097f3d0 100644 --- a/desktop/selection.h +++ b/desktop/selection.h @@ -54,6 +54,9 @@ void selection_destroy(struct selection *s); void selection_init(struct selection *s, struct box *root); void selection_reinit(struct selection *s, struct box *root); +/* struct box *selection_root(struct selection *s); */ +#define selection_root(s) ((s)->root) + /* bool selection_defined(struct selection *s); */ #define selection_defined(s) ((s)->defined) -- cgit v1.2.3