Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157316557
D9597.id25177.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
431 B
Referenced Files
None
Subscribers
None
D9597.id25177.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D9597: Fix typo in bhyve usb_mouse.c
Attached
Detach File
Event Timeline
Log In to Comment