aboutsummaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2010-02-19 13:07:19 +0000
committerAdam Tkac <atkac@redhat.com>2010-02-19 13:07:19 +0000
commit51a9dcf5838bd19376728482453b8a99b2e0f7f2 (patch)
tree10057b32f76e1ad05d6d585ecc23738746ba30b9 /unix
parent906d8b8faf1e73171ba4a3895a2ada61b82a2a69 (diff)
downloadtigervnc-51a9dcf5838bd19376728482453b8a99b2e0f7f2.tar.gz
tigervnc-51a9dcf5838bd19376728482453b8a99b2e0f7f2.zip
[Bugfix] X.Org 1.8 series needs CloseInput function defined in xvnc.cc.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3993 3789f03b-4d11-0410-bbf8-ca57d06f2519
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