mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +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:
parent
a7ab793293
commit
ea82333dc1
6 changed files with 120 additions and 602 deletions
|
|
@ -109,6 +109,18 @@ SDevicePresenceNotifyEvent (
|
|||
devicePresenceNotify * /* to */
|
||||
);
|
||||
|
||||
void
|
||||
SDeviceEnterNotifyEvent (
|
||||
deviceEnterNotify * /* from */,
|
||||
deviceEnterNotify * /* to */
|
||||
);
|
||||
|
||||
void
|
||||
SDeviceLeaveNotifyEvent (
|
||||
deviceLeaveNotify * /* from */,
|
||||
deviceLeaveNotify * /* to */
|
||||
);
|
||||
|
||||
void
|
||||
FixExtensionEvents (
|
||||
ExtensionEntry * /* extEntry */
|
||||
|
|
|
|||
Loading…
Reference in a new issue