diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-01-10 14:52:13 +1030 |
---|---|---|
committer | Peter Hutterer <whot@hyena.localdomain> | 2007-01-10 14:52:13 +1030 |
commit | ea82333dc1799a7e013205adbc89874bc8d273cb (patch) | |
tree | c15a5279fb1ff93830420d378ea25e98d534981f /include/extinit.h | |
parent | a7ab7932938820a795bb6fb8e0444e0824433b99 (diff) |
Xi: add missing call for SProcXChangeDeviceCursor
add DeviceEnterNotify and DeviceLeaveNotify
fix: QueryDevicePointer crashed if called with keyboard device
Diffstat (limited to 'include/extinit.h')
-rw-r--r-- | include/extinit.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/extinit.h b/include/extinit.h index 5546b210f..6cf7bf737 100644 --- a/include/extinit.h +++ b/include/extinit.h @@ -110,6 +110,18 @@ SDevicePresenceNotifyEvent ( ); void +SDeviceEnterNotifyEvent ( + deviceEnterNotify * /* from */, + deviceEnterNotify * /* to */ + ); + +void +SDeviceLeaveNotifyEvent ( + deviceLeaveNotify * /* from */, + deviceLeaveNotify * /* to */ + ); + +void FixExtensionEvents ( ExtensionEntry * /* extEntry */ ); |