Changeset 50374 in vbox
- Timestamp:
- Feb 9, 2014 4:13:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/seamless.cpp
r50373 r50374 190 190 * and sending a cancel to the state change event wait, see below. 191 191 */ 192 i f ( RT_FAILURE(pHost->nextStateChangeEvent())193 192 int rc = pHost->nextStateChangeEvent(); 193 if (RT_FAILURE(rc) && !pHost->mHostEventThreadStopping) 194 194 { 195 195 /* If we are not stopping, sleep for a bit to avoid using up too
Note:
See TracChangeset
for help on using the changeset viewer.