Alexandre Julliard pushed to branch master at wine / wine Commits: 4377bdeb by SeongChan Lee at 2026-06-03T10:33:59+02:00 winexinput.sys: Fix handling of non-32-bit axis. The previous axis direction inversion (`-ly - 1`) assumes `ly` is a signed, 32-bit, 2's complement value. It broke with the change 88e775db, which changed the size to 16-bit from 32-bit. Fix it by using simple arithmetic rather than relying on the 2's complement logic. - - - - - 1 changed file: - dlls/winexinput.sys/main.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4377bdebd6b94ee8539b99599f4abaf... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4377bdebd6b94ee8539b99599f4abaf... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help