[project @ 2005-07-24 18:35:57 by adrianl]

Find nearest text when selecting

svn path=/import/netsurf/; revision=1823
This commit is contained in:
Adrian Lees 2005-07-24 18:35:57 +00:00
parent e05db0c28c
commit 4b4e4dba95
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ void selection_reinit(struct selection *s, struct box *root);
/* bool selection_dragging(struct selection *s); */
#define selection_dragging(s) ((s)->drag_state != DRAG_NONE)
/* bool selection_dragging_start(struct selection *s); */
#define selection_dragging_start(s) ((s)->drag_state == DRAG_START)
void selection_clear(struct selection *s, bool redraw);
void selection_select_all(struct selection *s);