Hello Howard,

On 11/08/2011 03:42 PM, Howard Su wrote:
> This due to recent change on prototype. this will cause headless build
> (VBOX_HEADLESS=1) failed to load VBoxSharedClipboard.so.
>
> --- a/VirtualBox_OSE/src/VBox/HostServices/SharedClipboard/x11-stub.cpp
> +++ b/VirtualBox_OSE/src/VBox/HostServices/SharedClipboard/x11-stub.cpp
> @@ -51,7 +51,7 @@ void vboxClipboardDestroy (void)
>     * @param   pClient Structure containing context information about
> the guest system
>     * @returns RT status code
>     */
> -int vboxClipboardConnect (VBOXCLIPBOARDCLIENTDATA * /* pClient */)
> +int vboxClipboardConnect (VBOXCLIPBOARDCLIENTDATA * /* pClient */, bool
> /* fHeadless */)
>   {
>       LogFlowFunc(("called, returning VINF_SUCCESS.\n"));
>       return VINF_SUCCESS;
Sorry I missed this for so long.  Now I have made the fix, it should 
appear in OSE tomorrow or so.

Regards,

Michael
-- 
ORACLE Deutschland B.V. & Co. KG   Michael Thayer
Werkstrasse 24                     VirtualBox engineering
71384 Weinstadt, Germany           mailto:[email protected]

Hauptverwaltung: Riesstr. 25, D-80992 München
Registergericht: Amtsgericht München, HRA 95603

Komplementärin: ORACLE Deutschland Verwaltung B.V.
Hertogswetering 163/167, 3543 AS Utrecht, Niederlande
Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697
Geschäftsführer: Jürgen Kunz, Marcel van de Molen, Alexander van der Ven

_______________________________________________
vbox-dev mailing list
[email protected]
https://www.virtualbox.org/mailman/listinfo/vbox-dev

Reply via email to