summaryrefslogtreecommitdiff
path: root/desktop/selection.h
diff options
context:
space:
mode:
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);