aboutsummaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
Diffstat (limited to 'unix')
-rw-r--r--unix/xserver/hw/vnc/xvnc.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/xserver/hw/vnc/xvnc.cc b/unix/xserver/hw/vnc/xvnc.cc
index 62564d32..1d19695e 100644
--- a/unix/xserver/hw/vnc/xvnc.cc
+++ b/unix/xserver/hw/vnc/xvnc.cc
@@ -1345,3 +1345,9 @@ void InitInput(int argc, char *argv[])
{
mieqInit ();
}
+
+#if XORG > 17
+void CloseInput(void)
+{
+}
+#endif