diff options
-rw-r--r-- | src/ws.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -891,6 +891,8 @@ wsSetProperty(DeviceIntPtr device, Atom atom, XIPropertyValuePtr val, coords.maxy = priv->max_y; coords.swapxy = priv->swap_axes; coords.samplelen = priv->raw; + coords.resx = priv->coords.resx; + coords.resy = priv->coords.resy; if (ioctl(pInfo->fd, WSMOUSEIO_SCALIBCOORDS, &coords) != 0) { xf86Msg(X_ERROR, "SCALIBCOORDS failed %s\n", strerror(errno)); |