summaryrefslogtreecommitdiff
path: root/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2014-02-06 08:50:10 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2014-02-06 08:50:10 +0000
commitea45166bcbabf13a65bc8daf54933c580a9af69b (patch)
treecb6ac215b124664cd86f3e232e5ace194dd9caae /src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
parent4a3962482f0e2e2503c1304b56f86504d1b3ca15 (diff)
downloadVirtualBox-svn-ea45166bcbabf13a65bc8daf54933c580a9af69b.tar.gz
Additions/x11/VBoxClient: more clean-up.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@50337 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp')
-rw-r--r--src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp b/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
index 826a75cb5f8..57515228c5a 100644
--- a/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
+++ b/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
@@ -70,7 +70,7 @@ static unsigned char *XXGetProperty (Display *aDpy, Window aWnd, Atom aPropType,
*
* @returns true if it can handle seamless, false otherwise
*/
-int VBoxGuestSeamlessX11::init(VBoxGuestSeamlessHostInt *pHost)
+int VBoxGuestSeamlessX11::init(SeamlessHostProxy *pHost)
{
int rc = VINF_SUCCESS;