open-src/xserver/xvnc/upstream-xorg-1.8-closeinput.patch
changeset 1088 1c99106ccbe0
equal deleted inserted replaced
1087:a8aa060182e1 1088:1c99106ccbe0
       
     1 From 1988eda4f80eae04ccd71b7051765ed0a0967ada Mon Sep 17 00:00:00 2001
       
     2 From: atkac <atkac@3789f03b-4d11-0410-bbf8-ca57d06f2519>
       
     3 Date: Fri, 19 Feb 2010 13:07:19 +0000
       
     4 Subject: [PATCH] [Bugfix] X.Org 1.8 series needs CloseInput function defined in xvnc.cc.
       
     5 
       
     6 git-svn-id: https://tigervnc.svn.sourceforge.net/svnroot/tigervnc/trunk@3993 3789f03b-4d11-0410-bbf8-ca57d06f2519
       
     7 ---
       
     8  unix/xserver/hw/vnc/xvnc.cc |    6 ++++++
       
     9  1 files changed, 6 insertions(+), 0 deletions(-)
       
    10 
       
    11 diff --git a/unix/xserver/hw/vnc/xvnc.cc b/unix/xserver/hw/vnc/xvnc.cc
       
    12 index 62564d3..1d19695 100644
       
    13 --- a/unix/xserver/hw/vnc/xvnc.cc
       
    14 +++ b/unix/xserver/hw/vnc/xvnc.cc
       
    15 @@ -1345,3 +1345,9 @@ void InitInput(int argc, char *argv[])
       
    16  {
       
    17    mieqInit ();
       
    18  }
       
    19 +
       
    20 +#if XORG > 17
       
    21 +void CloseInput(void)
       
    22 +{
       
    23 +}
       
    24 +#endif
       
    25 -- 
       
    26 1.5.6.5
       
    27