summaryrefslogtreecommitdiff
path: root/desktop/selection.h
diff options
context:
space:
mode:
authorAdrian Lees <adrian@aemulor.com>2009-02-02 00:06:31 +0000
committerAdrian Lees <adrian@aemulor.com>2009-02-02 00:06:31 +0000
commit15e8ba0270fac14839fd4dda65418904bfd0c880 (patch)
tree3967ca33f543add1b7b838486092381460e1260b /desktop/selection.h
parenta15d9876caa4a0b3a31f1c7fafb724be984d95fb (diff)
downloadnetsurf-15e8ba0270fac14839fd4dda65418904bfd0c880.tar.gz
netsurf-15e8ba0270fac14839fd4dda65418904bfd0c880.tar.bz2
Selection menu and save/download tweaks
svn path=/trunk/netsurf/; revision=6349
Diffstat (limited to 'desktop/selection.h')
-rw-r--r--desktop/selection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/selection.h b/desktop/selection.h
index 1fca4c383..7eafb2c7d 100644
--- a/desktop/selection.h
+++ b/desktop/selection.h
@@ -77,6 +77,7 @@ void selection_reinit(struct selection *s, struct box *root);
/* bool selection_dragging_start(struct selection *s); */
#define selection_dragging_start(s) ((s)->drag_state == DRAG_START)
+bool selection_read_only(struct selection *s);
void selection_clear(struct selection *s, bool redraw);
void selection_select_all(struct selection *s);