VirtualBox

Ignore:
Timestamp:
Aug 31, 2011 7:40:19 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73786
Message:

Additions/x11/vboxmouse: this was never correct, r73785 is the correct (host-side) fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxmouse/vboxmouse_15.c

    r38274 r38591  
    6161enum
    6262{
    63 #if ABI_XINPUT_VERSION > SET_ABI_VERSION(2, 0)
    64 /* The X server does (to my mind) incorrect rounding, so we adjust our range to
    65  * compensate. */
    66     ADJUST_RANGE = 32,
    67 #else
    68     ADJUST_RANGE = 0,
    69 #endif
    7063    /** The minumum value our device can return */
    71     RANGE_MIN = ADJUST_RANGE,
     64    RANGE_MIN = 0,
    7265    /** The maximum value our device can return */
    73     RANGE_MAX = 0xFFFF + ADJUST_RANGE
     66    RANGE_MAX = 0xFFFF
    7467};
    7568
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette