mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-04 04:50:33 +01:00
dix: stick a warning in about loss of subpixel precision.
This commit is contained in:
parent
de1573172a
commit
609c04b62b
1 changed files with 1 additions and 0 deletions
|
|
@ -938,6 +938,7 @@ GetPointerEvents(EventList *events, DeviceIntPtr pDev, int type, int buttons,
|
|||
&pDev->last.valuators[first_valuator]);
|
||||
|
||||
/* Update the valuators with the true value sent to the client*/
|
||||
/* FIXME: we lose subpixel precision here. */
|
||||
if(v0) *v0 = x;
|
||||
if(v1) *v1 = y;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue