diff options
author | marha <marha@users.sourceforge.net> | 2010-02-15 08:14:29 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-15 08:14:29 +0000 |
commit | b40e949511ca8c00cd7d13c622b5247145d44ab3 (patch) | |
tree | ce21480d852a4748ad12a56f3579acf1cbc09f41 /xorg-server/hw/xwin/InitInput.c | |
parent | fb89fb367b0defb8016ac97af590a6f5873c217f (diff) | |
parent | 6f0a8e51f20073ea01ac5dae8e5c4d49076fc65e (diff) | |
download | vcxsrv-b40e949511ca8c00cd7d13c622b5247145d44ab3.tar.gz vcxsrv-b40e949511ca8c00cd7d13c622b5247145d44ab3.tar.bz2 vcxsrv-b40e949511ca8c00cd7d13c622b5247145d44ab3.zip |
svn merge ^/branches/released .
Diffstat (limited to 'xorg-server/hw/xwin/InitInput.c')
-rw-r--r-- | xorg-server/hw/xwin/InitInput.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/xorg-server/hw/xwin/InitInput.c b/xorg-server/hw/xwin/InitInput.c index 51f7a923e..7d886a9fc 100644 --- a/xorg-server/hw/xwin/InitInput.c +++ b/xorg-server/hw/xwin/InitInput.c @@ -67,13 +67,6 @@ extern winDispatchProcPtr winProcQueryTreeOrig; #endif -void InputDevicesClosed(void) -{ - g_pwinPointer=NULL; - g_pwinKeyboard=NULL; -} - - /* Called from dix/devices.c */ /* * All of our keys generate up and down transition notifications, @@ -166,3 +159,10 @@ InitInput (int argc, char *argv[]) winDebug ("InitInput - returning\n"); } + +void +CloseInput (void) +{ + g_pwinPointer=NULL; + g_pwinKeyboard=NULL; +} |