Changeset 50337 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/testcase
- Timestamp:
- Feb 6, 2014 8:50:10 AM (11 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
r50324 r50337 29 29 30 30 #include "../seamless.h" 31 #include "../seamless-host.h"32 31 33 32 #undef DefaultRootWindow … … 299 298 300 299 /** Dummy host class */ 301 class testHost: public VBoxGuestSeamlessHostInt300 class testHost: public SeamlessHostProxy 302 301 { 303 302 bool mfNotified; -
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11.cpp
r44529 r50337 127 127 } 128 128 RTStrmGetLine(g_pStdIn, ach, sizeof(ach)); 129 seamless.uninit();130 129 return rc; 131 130 }
Note:
See TracChangeset
for help on using the changeset viewer.