summaryrefslogtreecommitdiff
path: root/xserver/hw/xfree86/common/xf86InPriv.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-09-06 19:44:39 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-09-06 19:44:39 +0000
commit9401e5643e90e23287b785e5fc238bb7c7f2d896 (patch)
tree759a23118c7bb4a1cddc87b3ad5c63f459a64bd2 /xserver/hw/xfree86/common/xf86InPriv.h
parent6d29d2deb77299e537a0daf2babf0e217ce51376 (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.h5
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 */