From ad631afcf3fbc74024cddaaacd05d38addc047a2 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Fri, 29 Sep 2006 00:34:23 +0300 Subject: make core keyboard/pointer map functions act on all core-sending devices Make Set{Keyboard,Modifier,Pointer}Mapping act on all devices which send core events. Change LegalModifier to accept a DeviceIntPtr. --- hw/vfb/InitInput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/vfb') diff --git a/hw/vfb/InitInput.c b/hw/vfb/InitInput.c index 773c45420..17e023a57 100644 --- a/hw/vfb/InitInput.c +++ b/hw/vfb/InitInput.c @@ -43,7 +43,7 @@ from The Open Group. #include Bool -LegalModifier(unsigned int key, DevicePtr pDev) +LegalModifier(unsigned int key, DeviceIntPtr pDev) { return TRUE; } -- cgit v1.2.3