summaryrefslogtreecommitdiff
path: root/hw/xwin/InitInput.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-09-29 00:34:23 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-09-29 00:34:23 +0300
commitad631afcf3fbc74024cddaaacd05d38addc047a2 (patch)
treeb7d57ec7a90d22615c8fe0053bd720bd42790e7c /hw/xwin/InitInput.c
parenta5d639cd87f30f9b3d765352d27253940f33b2b7 (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/xwin/InitInput.c')
-rw-r--r--hw/xwin/InitInput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/InitInput.c b/hw/xwin/InitInput.c
index f4796e079..52f837ede 100644
--- a/hw/xwin/InitInput.c
+++ b/hw/xwin/InitInput.c
@@ -79,7 +79,7 @@ extern winDispatchProcPtr winProcQueryTreeOrig;
*/
Bool
-LegalModifier (unsigned int uiKey, DevicePtr pDevice)
+LegalModifier (unsigned int uiKey, DeviceIntPtr pDevice)
{
return TRUE;
}