summaryrefslogtreecommitdiff
path: root/cocoa/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/selection.h')
-rw-r--r--cocoa/selection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cocoa/selection.h b/cocoa/selection.h
new file mode 100644
index 000000000..14b6e763f
--- /dev/null
+++ b/cocoa/selection.h
@@ -0,0 +1,2 @@
+void gui_get_clipboard(char **buffer, size_t *length);
+void gui_set_clipboard(const char *buffer, size_t length, nsclipboard_styles styles[], int n_styles);