Changeset 54721 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Mar 11, 2015 4:31:07 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98887
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r54640 r54721 2629 2629 fPrevious = pSession->fEventFilter; 2630 2630 pSession->fEventFilter |= fOrMask; 2631 pSession->fEventFilter &= fNotMask;2631 pSession->fEventFilter &= ~fNotMask; 2632 2632 2633 2633 /* … … 2778 2778 fPrevious = pSession->fMouseStatus; 2779 2779 pSession->fMouseStatus |= fOrMask; 2780 pSession->fMouseStatus &= fNotMask;2780 pSession->fMouseStatus &= ~fNotMask; 2781 2781 2782 2782 /*
Note:
See TracChangeset
for help on using the changeset viewer.