diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-24 09:21:03 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-24 10:09:23 +1000 |
commit | 80f18a73267bd3090e459de609a7006a21e6c649 (patch) | |
tree | 5f576d5c5ebf5d7cade13416d1401b1731e90bc3 /dix | |
parent | b96823713129f641ee99306e3cadba8dfe21afa2 (diff) |
input: move CorePointer/KeyboardProc declarations into header.
The extern declaration in xichangehierarchy.c was broken anyway.
This fixes a crash on creating a new master device.
Reported-by: Maxim Levitsky
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'dix')
-rw-r--r-- | dix/devices.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dix/devices.c b/dix/devices.c index e58e940b7..f73b5ffef 100644 --- a/dix/devices.c +++ b/dix/devices.c @@ -98,9 +98,6 @@ DevPrivateKey UnusedClassesPrivateKey = &UnusedClassesPrivateKeyIndex; static int XTstDevicePrivateKeyIndex; DevPrivateKey XTstDevicePrivateKey = &XTstDevicePrivateKeyIndex; - -int CorePointerProc(DeviceIntPtr, int); -int CoreKeyboardProc(DeviceIntPtr, int); /** * vxtstpointer * is the virtual pointer for XTest. It is the first slave |