VirtualBox

Changeset 38506 in vbox


Ignore:
Timestamp:
Aug 23, 2011 11:46:43 AM (13 years ago)
Author:
vboxsync
Message:

Windows Additions: fix swapped coordinates for mouse pointer hotspot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispMouse.cpp

    r37423 r38506  
    488488
    489489    pDev->pointer.pAttrs->Enable = VBOX_MOUSE_POINTER_SHAPE;
    490     pDev->pointer.pAttrs->Enable |= (xHot & 0xFF) << 24;
    491     pDev->pointer.pAttrs->Enable |= (yHot & 0xFF) << 16;
     490    pDev->pointer.pAttrs->Enable |= (yHot & 0xFF) << 24;
     491    pDev->pointer.pAttrs->Enable |= (xHot & 0xFF) << 16;
    492492
    493493    if (x!=-1)
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