summaryrefslogtreecommitdiffstats
path: root/extra/source/tigervnc/patches/tigervnc.xorg-server-1.20.7.diff
blob: 4eff6b66bc2ab9f5ce4e6ce135f84b5cbec9b349 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- ./unix/xserver/hw/vnc/xvnc.c.orig	2019-12-20 01:02:02.000000000 -0600
+++ ./unix/xserver/hw/vnc/xvnc.c	2020-02-09 16:48:59.587362042 -0600
@@ -295,6 +295,15 @@
 }
 #endif
 
+#if INPUTTHREAD
+/** This function is called in Xserver/os/inputthread.c when starting
+    the input thread. */
+void
+ddxInputThreadInit(void)
+{
+}
+#endif
+
 void ddxUseMsg(void)
 {
     vncPrintBanner();