aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xquartz/quartzPasteboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/hw/xquartz/quartzPasteboard.h')
-rw-r--r--xorg-server/hw/xquartz/quartzPasteboard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/hw/xquartz/quartzPasteboard.h b/xorg-server/hw/xquartz/quartzPasteboard.h
index d6a8ee815..b51cd88e0 100644
--- a/xorg-server/hw/xquartz/quartzPasteboard.h
+++ b/xorg-server/hw/xquartz/quartzPasteboard.h
@@ -34,11 +34,11 @@
#define _QUARTZPASTEBOARD_H
// Aqua->X
-void QuartzReadPasteboard(void);
+void QuartzReadPasteboard(int, xEventPtr, DeviceIntPtr, int);
char * QuartzReadCocoaPasteboard(void); // caller must free string
// X->Aqua
-void QuartzWritePasteboard(void);
+void QuartzWritePasteboard(int, xEventPtr, DeviceIntPtr, int);
void QuartzWriteCocoaPasteboard(char *text);
#endif /* _QUARTZPASTEBOARD_H */