mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 00:38:00 +02:00
dix: add a fixme about a corner-case that should probably be fixed.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
0aca9e8424
commit
639600fa7e
1 changed files with 4 additions and 0 deletions
|
|
@ -1255,6 +1255,10 @@ GetProximityEvents(EventList *events, DeviceIntPtr pDev, int type, const Valuato
|
|||
valuator_mask_unset(&mask, i);
|
||||
}
|
||||
|
||||
/* FIXME: posting proximity events with relative valuators only results
|
||||
* in an empty event, EventToXI() will fail to convert → no event sent
|
||||
* to client. */
|
||||
|
||||
events = UpdateFromMaster(events, pDev, DEVCHANGE_POINTER_EVENT, &num_events);
|
||||
|
||||
event = (DeviceEvent *) events->event;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue