Changeset 50471 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/testcase
- Timestamp:
- Feb 14, 2014 5:23:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11.cpp
r50373 r50471 115 115 /* Set an X11 error handler, so that we don't die when we get unavoidable errors. */ 116 116 XSetErrorHandler(vboxClientXLibErrorHandler); 117 RTPrintf("\n Press <Enter>to exit...\n");117 RTPrintf("\nType Ctrl-C to exit...\n"); 118 118 RTSemEventCreate(&eventSem); 119 119 /** Our instance of the seamless class. */ … … 125 125 RTPrintf("Failed to initialise seamless Additions, rc = %Rrc\n", rc); 126 126 } 127 RTStrmGetLine(g_pStdIn, ach, sizeof(ach));128 127 return rc; 129 128 }
Note:
See TracChangeset
for help on using the changeset viewer.