VirtualBox

Changeset 80627 in vbox


Ignore:
Timestamp:
Sep 6, 2019 10:22:38 AM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard: Darwin build fixes.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientClipboard.cpp

    r80449 r80627  
    117117
    118118                /* The host has announced available clipboard formats */
    119                 case VBOX_SHARED_CLIPBOARD_HOST_MSG_FORMATS_WRITE:
     119                case VBOX_SHARED_CLIPBOARD_HOST_MSG_FORMATS_REPORT:
    120120                    VBoxClientVerbose(2, "host requested guest's clipboard write\n");
    121121                    rc = vbclClipboardForwardToGuest(g_u32ClientId, g_PasteboardRef, fFormats);
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp

    r80624 r80627  
    17731773}
    17741774
     1775#ifndef UNIT_TEST
    17751776/**
    17761777 * SSM descriptor table for the VBOXCLIPBOARDCLIENTSTATEOLD structure.
     
    17861787    SSMFIELD_ENTRY_TERM()
    17871788};
     1789#endif
    17881790
    17891791static DECLCALLBACK(int) svcSaveState(void *, uint32_t u32ClientID, void *pvClient, PSSMHANDLE pSSM)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette