summaryrefslogtreecommitdiffstats
path: root/x11vnc/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/selection.h')
-rw-r--r--x11vnc/selection.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11vnc/selection.h b/x11vnc/selection.h
new file mode 100644
index 0000000..5ffab44
--- /dev/null
+++ b/x11vnc/selection.h
@@ -0,0 +1,17 @@
+#ifndef _X11VNC_SELECTION_H
+#define _X11VNC_SELECTION_H
+
+/* -- selection.h -- */
+
+extern char *xcut_str;
+extern int own_selection;
+extern int set_cutbuffer;
+extern int sel_waittime;
+extern Window selwin;
+
+extern void selection_request(XEvent *ev);
+extern int check_sel_direction(char *dir, char *label, char *sel, int len);
+extern void cutbuffer_send(void);
+extern void selection_send(XEvent *ev);
+
+#endif /* _X11VNC_SELECTION_H */