summaryrefslogtreecommitdiff
path: root/include/input.h
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-04-17 12:10:22 -0400
committerEamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil>2007-04-17 12:10:22 -0400
commit1f06d32ef58749d0f0c062193d237ee98f60e90f (patch)
tree6130443e4804582e79b5000949bfdd186da44ed1 /include/input.h
parentcf962a849db2b259ca558c6265ea7e3328a4d312 (diff)
parentfc162c6cfa06f0b012743d6d79cef45cf0166229 (diff)
Merge branch 'master' into XACE-SELINUX
Conflicts: dix/privates.c
Diffstat (limited to 'include/input.h')
-rw-r--r--include/input.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/input.h b/include/input.h
index 2350a2456..97a78567f 100644
--- a/include/input.h
+++ b/include/input.h
@@ -444,7 +444,10 @@ extern DeviceIntPtr LookupDeviceIntRec(
/* Implemented by the DDX. */
extern int NewInputDeviceRequest(
- InputOption *options);
+ InputOption *options,
+ DeviceIntPtr *dev);
+extern void DeleteInputDeviceRequest(
+ DeviceIntPtr dev);
extern void DDXRingBell(
int volume,