mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
Xi: add missing call for SProcXChangeDeviceCursor
add DeviceEnterNotify and DeviceLeaveNotify fix: QueryDevicePointer crashed if called with keyboard device
This commit is contained in:
committed by
Peter Hutterer
parent
a7ab793293
commit
ea82333dc1
@@ -109,6 +109,18 @@ SDevicePresenceNotifyEvent (
|
||||
devicePresenceNotify * /* to */
|
||||
);
|
||||
|
||||
void
|
||||
SDeviceEnterNotifyEvent (
|
||||
deviceEnterNotify * /* from */,
|
||||
deviceEnterNotify * /* to */
|
||||
);
|
||||
|
||||
void
|
||||
SDeviceLeaveNotifyEvent (
|
||||
deviceLeaveNotify * /* from */,
|
||||
deviceLeaveNotify * /* to */
|
||||
);
|
||||
|
||||
void
|
||||
FixExtensionEvents (
|
||||
ExtensionEntry * /* extEntry */
|
||||
|
||||
Reference in New Issue
Block a user