From 15e8ba0270fac14839fd4dda65418904bfd0c880 Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Mon, 2 Feb 2009 00:06:31 +0000 Subject: Selection menu and save/download tweaks svn path=/trunk/netsurf/; revision=6349 --- desktop/selection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/selection.h') 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); -- cgit v1.2.3