diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-09-06 19:44:39 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-09-06 19:44:39 +0000 |
commit | 9401e5643e90e23287b785e5fc238bb7c7f2d896 (patch) | |
tree | 759a23118c7bb4a1cddc87b3ad5c63f459a64bd2 /xserver/hw/xfree86/common/xf86InPriv.h | |
parent | 6d29d2deb77299e537a0daf2babf0e217ce51376 (diff) |
update to xserver 1.6.4rc1. Tested by many, ok oga@.
Diffstat (limited to 'xserver/hw/xfree86/common/xf86InPriv.h')
-rw-r--r-- | xserver/hw/xfree86/common/xf86InPriv.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xserver/hw/xfree86/common/xf86InPriv.h b/xserver/hw/xfree86/common/xf86InPriv.h index 58c18904e..3838d6940 100644 --- a/xserver/hw/xfree86/common/xf86InPriv.h +++ b/xserver/hw/xfree86/common/xf86InPriv.h @@ -38,6 +38,9 @@ extern InputDriverPtr *xf86InputDriverList; extern int xf86NumInputDrivers; /* xf86Xinput.c */ -void xf86ActivateDevice(InputInfoPtr pInfo); +int xf86ActivateDevice(InputInfoPtr pInfo); + +/* xf86Helper.c */ +InputDriverPtr xf86LookupInputDriver(const char *name); #endif /* _xf86InPriv_h */ |