Changeset 38636 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/testcase
- Timestamp:
- Sep 5, 2011 1:49:45 PM (13 years ago)
- Location:
- trunk/src/VBox/Additions/x11/VBoxClient/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11-auto.cpp
r37173 r38636 685 685 int main( int argc, char **argv) 686 686 { 687 RTR3Init ();687 RTR3InitExe(argc, &argv, 0); 688 688 unsigned cErrs = 0; 689 689 g_pszTestName = RTPathFilename(argv[0]); -
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11.cpp
r36808 r38636 107 107 char ach[2]; 108 108 109 RTR3Init ();109 RTR3InitExe(argc, &argv, 0); 110 110 RTPrintf("VirtualBox guest additions X11 seamless mode testcase\n"); 111 111 if (0 == XInitThreads())
Note:
See TracChangeset
for help on using the changeset viewer.