summaryrefslogtreecommitdiff
path: root/hw/xprint
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/xprint
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/xprint')
-rw-r--r--hw/xprint/ddxInit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xprint/ddxInit.c b/hw/xprint/ddxInit.c
index 6cd3cfd3c..77b532fd5 100644
--- a/hw/xprint/ddxInit.c
+++ b/hw/xprint/ddxInit.c
@@ -189,7 +189,7 @@ InitInput(
Bool
LegalModifier(
unsigned int key,
- DevicePtr dev)
+ DeviceIntPtr dev)
{
return TRUE;
}