VirtualBox

Changeset 83624 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Apr 8, 2020 4:29:25 PM (5 years ago)
Author:
vboxsync
Message:

SharedClipboard: Eliminated SHCLFORMATDATA and did some minor darwin cleanups. bugref:9620

Location:
trunk/include/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/SharedClipboard-win.h

    r82968 r83624  
    135135
    136136SHCLFORMAT SharedClipboardWinClipboardFormatToVBox(UINT uFormat);
    137 int SharedClipboardWinGetFormats(PSHCLWINCTX pCtx, PSHCLFORMATDATA pFormats);
     137int SharedClipboardWinGetFormats(PSHCLWINCTX pCtx, PSHCLFORMATS pfFormats);
    138138
    139139#ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS
  • trunk/include/VBox/GuestHost/SharedClipboard.h

    r82880 r83624  
    7676/** Pointer to a shared clipboard data request. */
    7777typedef SHCLDATAREQ *PSHCLDATAREQ;
    78 
    79 /**
    80  * Shared Clipboard formats specification.
    81  * @todo r=bird: Pointless as we don't have any fFlags defined, so, unless
    82  *       someone can give me a plausible scenario where we will need flags here,
    83  *       this structure will be eliminated.
    84  */
    85 typedef struct SHCLFORMATDATA
    86 {
    87     /** Available format(s) as bit map. */
    88     SHCLFORMATS Formats;
    89     /** Formats flags. Currently unused. */
    90     uint32_t    fFlags;
    91 } SHCLFORMATDATA;
    92 /** Pointer to a shared clipboard formats specification. */
    93 typedef SHCLFORMATDATA *PSHCLFORMATDATA;
    9478
    9579/**
  • trunk/include/VBox/VBoxGuestLib.h

    r83142 r83624  
    656656    {
    657657        /** Reports available formats from the host. */
    658         SHCLFORMATDATA       ReportedFormats;
     658        SHCLFORMATS          fReportedFormats;
    659659        /** Reports that data needs to be read from the guest. */
    660660        SHCLFORMAT           fReadData;
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