VirtualBox

Changeset 54721 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Mar 11, 2015 4:31:07 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98887
Message:

Additions/common/VBoxGuest: host flags update clean-up fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp

    r54640 r54721  
    26292629    fPrevious = pSession->fEventFilter;
    26302630    pSession->fEventFilter |= fOrMask;
    2631     pSession->fEventFilter &= fNotMask;
     2631    pSession->fEventFilter &= ~fNotMask;
    26322632
    26332633    /*
     
    27782778    fPrevious = pSession->fMouseStatus;
    27792779    pSession->fMouseStatus |= fOrMask;
    2780     pSession->fMouseStatus &= fNotMask;
     2780    pSession->fMouseStatus &= ~fNotMask;
    27812781
    27822782    /*
Note: See TracChangeset for help on using the changeset viewer.

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