summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index 45cb54c..8adb6ff 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -148,4 +148,13 @@ extern struct numset *rp_frame_numset;
extern struct list_head rp_frame_undos;
extern int rp_num_frame_undos;
+
+/* Selection handling globals */
+extern rp_xselection selection;
+void set_selection (char *txt);
+void set_nselection (char *txt, int len);
+char *get_selection ();
+
+void init_globals ();
+
#endif