Changeset 86871 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/testcase
- Timestamp:
- Nov 12, 2020 10:15:18 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11.cpp
r82968 r86871 58 58 59 59 exit(1); 60 } 61 62 void VBClLogVerbose(unsigned iLevel, const char *pszFormat, ...) 63 { 64 RT_NOREF(iLevel); 65 66 va_list va; 67 va_start(va, pszFormat); 68 RTPrintf("%s", pszFormat); 69 va_end(va); 60 70 } 61 71 … … 156 166 RTPrintf("Failed to initialise seamless Additions, rc = %Rrc\n", rc); 157 167 } 158 rc = seamless.run(); 168 bool fShutdown = false; 169 rc = seamless.worker(&fShutdown); 159 170 if (rc != VINF_SUCCESS) 160 171 {
Note:
See TracChangeset
for help on using the changeset viewer.