summaryrefslogtreecommitdiff
path: root/desktop/selection.h
diff options
context:
space:
mode:
authorAdrian Lees <adrian@aemulor.com>2005-04-17 03:30:35 +0000
committerAdrian Lees <adrian@aemulor.com>2005-04-17 03:30:35 +0000
commit452a27e74c159096f588e6d27dfabb3b6915ccaa (patch)
tree70de5a4d98b4436c1376b82a636b78a37d10a228 /desktop/selection.h
parent4cb3b99821c7fcafbe322ef456cabe96448d089a (diff)
downloadnetsurf-452a27e74c159096f588e6d27dfabb3b6915ccaa.tar.gz
netsurf-452a27e74c159096f588e6d27dfabb3b6915ccaa.tar.bz2
[project @ 2005-04-17 03:30:35 by adrianl]
Search text highlighting in browser windows svn path=/import/netsurf/; revision=1657
Diffstat (limited to 'desktop/selection.h')
-rw-r--r--desktop/selection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/selection.h b/desktop/selection.h
index 4a5d74980..59af2da9a 100644
--- a/desktop/selection.h
+++ b/desktop/selection.h
@@ -59,6 +59,8 @@ void selection_reinit(struct selection *s, struct box *root);
void selection_clear(struct selection *s, bool redraw);
void selection_select_all(struct selection *s);
+void selection_set_start(struct selection *s, struct box *box, int idx);
+void selection_set_end(struct selection *s, struct box *box, int idx);
bool selection_click(struct selection *s, struct box *box, browser_mouse_state mouse, int dx, int dy);
void selection_track(struct selection *s, struct box *box, browser_mouse_state mouse, int dx, int dy);