VirtualBox

Changeset 19875 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 20, 2009 9:18:53 PM (16 years ago)
Author:
vboxsync
Message:

HostServices and GuestHost/SharedClipboard: hopefully fixed the broken saved state and improved on my changes to the platform-neutral code for asynchronous handling of guest data requests

File:
1 edited

Legend:

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

    r19842 r19875  
    5252typedef struct _CLIPBACKEND CLIPBACKEND;
    5353
    54 /** Opaque data structure used for asynchronously completing requests by VBox
    55  * to read the X11 clipboard data. */
    56 struct _CLIPREADX11CBCONTEXT;
    57 typedef struct _CLIPREADX11CBCONTEXT CLIPREADX11CBCONTEXT;
    58 
    5954/* APIs exported by the X11 backend */
    6055extern CLIPBACKEND *ClipConstructX11(VBOXCLIPBOARDCONTEXT *pFrontend);
     
    6560                                    uint32_t u32Formats);
    6661extern int ClipRequestDataFromX11(CLIPBACKEND *pBackend, uint32_t u32Format,
    67                                   void *pv, uint32_t cb,
    68                                   CLIPREADX11CBCONTEXT *pCtx);
     62                                  void *pv, uint32_t cb);
    6963
    7064/* APIs exported by the X11/VBox frontend */
     
    7468extern void ClipReportX11Formats(VBOXCLIPBOARDCONTEXT *pCtx,
    7569                                             uint32_t u32Formats);
    76 extern void ClipCompleteDataRequestFromX11(CLIPREADX11CBCONTEXT *pCtx, int rc,
     70extern void ClipCompleteDataRequestFromX11(VBOXCLIPBOARDCONTEXT *pCtx, int rc,
    7771                                           uint32_t cbActual);
    7872#endif  /* ___GUESTHOST_VBOXCLIPBOARD__H */
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