VirtualBox

Changeset 33305 in vbox


Ignore:
Timestamp:
Oct 21, 2010 12:38:56 PM (14 years ago)
Author:
vboxsync
Message:

Main/MouseImpl: we sometimes failed to set VMMDEV_MOUSE_HOST_WANTS_ABSOLUTE when we should have, resulting in a guest-drawn mouse cursor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MouseImpl.cpp

    r33261 r33305  
    566566        AutoWriteLock aLock(this COMMA_LOCKVAL_SRC_POS);
    567567
    568         if (mfVMMDevCanAbs && !(mfHostCaps & VMMDEV_MOUSE_HOST_WANTS_ABSOLUTE))
     568        if (!(mfHostCaps & VMMDEV_MOUSE_HOST_WANTS_ABSOLUTE))
    569569        {
    570570            mfHostCaps |= VMMDEV_MOUSE_HOST_WANTS_ABSOLUTE;
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