Xi: add missing call for SProcXChangeDeviceCursor

add DeviceEnterNotify and DeviceLeaveNotify
	fix: QueryDevicePointer crashed if called with keyboard device
This commit is contained in:
Peter Hutterer
2007-01-10 14:52:13 +10:30
committed by Peter Hutterer
parent a7ab793293
commit ea82333dc1
6 changed files with 120 additions and 602 deletions

View File

@@ -109,6 +109,18 @@ SDevicePresenceNotifyEvent (
devicePresenceNotify * /* to */
);
void
SDeviceEnterNotifyEvent (
deviceEnterNotify * /* from */,
deviceEnterNotify * /* to */
);
void
SDeviceLeaveNotifyEvent (
deviceLeaveNotify * /* from */,
deviceLeaveNotify * /* to */
);
void
FixExtensionEvents (
ExtensionEntry * /* extEntry */