VirtualBox

Ignore:
Timestamp:
Aug 31, 2017 12:09:41 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117767
Message:

merging vbglioc r117689: Initial VBoxGuest I/O control changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/haiku/VBoxTray/VBoxDisplay.cpp

    r62526 r68550  
    124124        uint32_t events;
    125125        int rc = VbglR3WaitEvent(VMMDEV_EVENT_DISPLAY_CHANGE_REQUEST, 5000, &events);
    126         if (rc == -6) // timed out?
     126        if (   rc == VERR_TIMEOUT
     127            || rc == VERR_INTERRUPTED)
    127128            continue;
    128129
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