Changeset 52586 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/seamless.cpp
- Timestamp:
- Sep 3, 2014 2:38:53 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95858
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/seamless.cpp
r52564 r52586 377 377 if (!pSelf->mIsInitialised) 378 378 return VERR_INTERNAL_ERROR; 379 rc = VBClStartVTMonitor(); 380 if (RT_FAILURE(rc)) 381 VBClFatalError(("Failed to start the VT monitor thread: %Rrc\n", rc)); 379 382 /* This only exits on error. */ 380 383 rc = pSelf->mSeamless.run();
Note:
See TracChangeset
for help on using the changeset viewer.