VirtualBox

Changeset 82480 in vbox for trunk/src/VBox/HostServices


Ignore:
Timestamp:
Dec 7, 2019 12:32:57 AM (5 years ago)
Author:
vboxsync
Message:

GuestHost/SharedClipboard.h: Got rid of all the leading underscores that I could spot. Shuffled the members of SHCLDATABLOCK so we save 8 bytes on 64-bit machines. bugref:9437

Location:
trunk/src/VBox/HostServices/SharedClipboard
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-darwin.cpp

    r81843 r82480  
    3535*********************************************************************************************************************************/
    3636/** Global clipboard context information */
    37 struct _SHCLCONTEXT
     37struct SHCLCONTEXT
    3838{
    3939    /** We have a separate thread to poll for new clipboard content */
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp

    r82462 r82480  
    5555static int vboxClipboardSvcWinSyncInternal(PSHCLCONTEXT pCtx);
    5656
    57 struct _SHCLCONTEXT
     57struct SHCLCONTEXT
    5858{
    5959    /** Handle for window message handling thread. */
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp

    r82266 r82480  
    3939*   Structures and Typedefs                                                                                                      *
    4040*********************************************************************************************************************************/
    41 
    4241/**
    4342 * Global context information used by the host glue for the X11 clipboard backend.
    4443 */
    45 struct _SHCLCONTEXT
     44struct SHCLCONTEXT
    4645{
    4746    /** This mutex is grabbed during any critical operations on the clipboard
     
    164163
    165164/** Structure describing a request for clipoard data from the guest. */
    166 struct _CLIPREADCBREQ
     165struct CLIPREADCBREQ
    167166{
    168167    /** User-supplied data pointer, based on the request type. */
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