dix: stick a warning in about loss of subpixel precision.

This commit is contained in:
Peter Hutterer 2008-08-15 14:51:59 +09:30
parent de1573172a
commit 609c04b62b

View File

@ -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;