summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
Diffstat (limited to 'riscos')
-rw-r--r--riscos/textselection.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/riscos/textselection.c b/riscos/textselection.c
index 661f9b9af..659169741 100644
--- a/riscos/textselection.c
+++ b/riscos/textselection.c
@@ -249,6 +249,17 @@ bool gui_empty_clipboard(void)
/**
+ * Perform tasks after a selection has been cleared.
+ *
+ * \param g gui window
+ */
+
+void gui_clear_selection(struct gui_window *g)
+{
+}
+
+
+/**
* Add some text to the clipboard, optionally appending a trailing space.
*
* \param text text to be added