VirtualBox

Changeset 50374 in vbox


Ignore:
Timestamp:
Feb 9, 2014 4:13:18 PM (11 years ago)
Author:
vboxsync
Message:

Additions/x11/VBoxClient: aesthetics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/seamless.cpp

    r50373 r50374  
    190190             * and sending a cancel to the state change event wait, see below.
    191191             */
    192             if (   RT_FAILURE(pHost->nextStateChangeEvent())
    193                 && !pHost->mHostEventThreadStopping)
     192            int rc = pHost->nextStateChangeEvent();
     193            if (RT_FAILURE(rc) && !pHost->mHostEventThreadStopping)
    194194            {
    195195                /* If we are not stopping, sleep for a bit to avoid using up too
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