Changeset 90052 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jul 6, 2021 10:41:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibSeamless.cpp
r86870 r90052 71 71 /** @todo r=andy The (similar / duplicate) Windows code does similar waiting. Merge / fix this. */ 72 72 uint32_t fEvent = 0; 73 int rc = VbglR3WaitEvent(VMMDEV_EVENT_SEAMLESS_MODE_CHANGE_REQUEST, 5000 /* ms */, &fEvent);73 int rc = VbglR3WaitEvent(VMMDEV_EVENT_SEAMLESS_MODE_CHANGE_REQUEST, 1000 /* ms */, &fEvent); 74 74 if (RT_SUCCESS(rc)) 75 75 {
Note:
See TracChangeset
for help on using the changeset viewer.