diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-09-29 00:34:23 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-09-29 00:34:23 +0300 |
commit | ad631afcf3fbc74024cddaaacd05d38addc047a2 (patch) | |
tree | b7d57ec7a90d22615c8fe0053bd720bd42790e7c /hw/vfb | |
parent | a5d639cd87f30f9b3d765352d27253940f33b2b7 (diff) |
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.
Diffstat (limited to 'hw/vfb')
-rw-r--r-- | hw/vfb/InitInput.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <X11/keysym.h> Bool -LegalModifier(unsigned int key, DevicePtr pDev) +LegalModifier(unsigned int key, DeviceIntPtr pDev) { return TRUE; } |