slackware-current/extra/source/tigervnc/patches/tigervnc.xorg-server-1.20.7.diff
Patrick J Volkerding 0582d0c174 Sun Feb 9 23:04:46 UTC 2020
ap/man-pages-5.05-noarch-1.txz:  Upgraded.
d/vala-0.46.6-x86_64-1.txz:  Upgraded.
extra/tigervnc/tigervnc-1.10.1-x86_64-2.txz:  Rebuilt.
  Removed redundant .desktop file. Thanks to upnort.
  Patched for latest xorg-server.
2020-02-10 08:59:37 +01:00

18 lines
387 B
Diff

--- ./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();