Page MenuHomeFreeBSD

D9597.id25177.diff
No OneTemporary

D9597.id25177.diff

Index: usr.sbin/bhyve/usb_mouse.c
===================================================================
--- usr.sbin/bhyve/usb_mouse.c
+++ usr.sbin/bhyve/usb_mouse.c
@@ -284,7 +284,7 @@
/* scale coords to mouse resolution */
sc->um_report.x = MOUSE_MAX_X * x / gc->width;
- sc->um_report.y = MOUSE_MAX_X * y / gc->height;
+ sc->um_report.y = MOUSE_MAX_Y * y / gc->height;
sc->newdata = 1;
pthread_mutex_unlock(&sc->mtx);

File Metadata

Mime Type
text/plain
Expires
Thu, May 21, 6:52 AM (16 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33378517
Default Alt Text
D9597.id25177.diff (431 B)

Event Timeline