Changeset 21450 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Jul 9, 2009 4:33:54 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49864
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r21376 r21450 1478 1478 fEvents |= pDevExt->f32PendingEvents; 1479 1479 for (pWait = pDevExt->WaitList.pHead; pWait; pWait = pWait->pNext) 1480 if (!pWait->fResEvents) 1480 if ( (pWait->fReqEvents & fEvents) 1481 && !pWait->fResEvents) 1481 1482 { 1482 1483 pWait->fResEvents = pWait->fReqEvents & fEvents;
Note:
See TracChangeset
for help on using the changeset viewer.