Searched defs:seamless (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11.cpp2 * Linux seamless guest additions simulator in host.
24 #include "../seamless.h"
124 RTPrintf("VirtualBox guest additions X11 seamless mode testcase\n");
134 /** Our instance of the seamless class. */
135 SeamlessMain seamless; local
136 LogRel(("Starting seamless Guest Additions...\n"));
137 rc = seamless.init();
140 RTPrintf("Failed to initialise seamless Additions, rc = %Rrc\n", rc);
142 rc = seamless.run();
145 RTPrintf("Failed to run seamless Addition
[all...]

Completed in 51 milliseconds