VirtualBox

Changeset 7248 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 3, 2008 5:47:18 PM (17 years ago)
Author:
vboxsync
Message:

comment typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxClipboard.h

    r7073 r7248  
    3535    struct _VBOXCLIPBOARDCLIENTDATA *pNext;
    3636    struct _VBOXCLIPBOARDCLIENTDATA *pPrev;
    37    
     37
    3838    VBOXCLIPBOARDCONTEXT *pCtx;
    39    
     39
    4040    uint32_t u32ClientID;
    41    
     41
    4242    bool fAsync: 1; /* Guest is waiting for a message. */
    43    
     43
    4444    bool fMsgQuit: 1;
    4545    bool fMsgReadData: 1;
    4646    bool fMsgFormats: 1;
    47    
     47
    4848    struct {
    4949        VBOXHGCMCALLHANDLE callHandle;
    5050        VBOXHGCMSVCPARM *paParms;
    5151    } async;
    52    
     52
    5353    struct {
    5454         void *pv;
     
    5656         uint32_t u32Format;
    5757    } data;
    58    
     58
    5959    uint32_t u32AvailableFormats;
    6060    uint32_t u32RequestedFormat;
    61    
     61
    6262} VBOXCLIPBOARDCLIENTDATA;
    6363
    6464/*
    65  * The service functions. Locking is between the service thread and the platform dependedn windows thread.
     65 * The service functions. Locking is between the service thread and the platform dependent windows thread.
    6666 */
    6767bool vboxSvcClipboardLock (void);
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