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/xnest/Keyboard.c | |
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/xnest/Keyboard.c')
-rw-r--r-- | hw/xnest/Keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xnest/Keyboard.c b/hw/xnest/Keyboard.c index f18cc9760..26a5ed3fb 100644 --- a/hw/xnest/Keyboard.c +++ b/hw/xnest/Keyboard.c @@ -253,7 +253,7 @@ XkbError: } Bool -LegalModifier(unsigned int key, DevicePtr pDev) +LegalModifier(unsigned int key, DeviceIntPtr pDev) { return TRUE; } |