vmmouse: use explicit code
commit67a6fcb2b06846dd37296bb901ad93a0cd87ee67
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 1 Aug 2023 09:35:43 +0000 (1 13:35 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 12 Sep 2023 06:37:02 +0000 (12 10:37 +0400)
tree535c0ac41018b2faa120ff039c7b556a01da3ef2
parent885f380f7bec732b3615d2698e493fab617d46de
vmmouse: use explicit code

It's weird to shift x & y without obvious reason. Let's make this more
explicit and future-proof.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
hw/i386/vmmouse.c