summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/vncExtInit.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix/xserver/hw/vnc/vncExtInit.h')
-rw-r--r--unix/xserver/hw/vnc/vncExtInit.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/xserver/hw/vnc/vncExtInit.h b/unix/xserver/hw/vnc/vncExtInit.h
index be6487c8..a0914ad7 100644
--- a/unix/xserver/hw/vnc/vncExtInit.h
+++ b/unix/xserver/hw/vnc/vncExtInit.h
@@ -41,8 +41,6 @@ int vncAddExtension(void);
int vncNotifyQueryConnect(void);
-void vncClientCutText(const char* str, int len);
-
// vncExtInit.cc
extern void* vncFbptr[];
extern int vncFbstride[];
@@ -59,6 +57,9 @@ void vncCallWriteWakeupHandlers(fd_set * fds, int nfds);
int vncGetAvoidShiftNumLock(void);
+int vncGetSetPrimary(void);
+int vncGetSendPrimary(void);
+
void vncUpdateDesktopName(void);
void vncServerCutText(const char *text, size_t len);