VirtualBox

Ignore:
Timestamp:
Sep 26, 2018 11:55:28 AM (6 years ago)
Author:
vboxsync
Message:

DnD/VBoxTray: Made the proxy window's reset() function public and use that one instead of hide() from other places.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.h

    r74442 r74473  
    332332    void OnDestroy(void);
    333333
    334     /* H->G */
     334    /* Host -> Guest */
    335335    int OnHgEnter(const RTCList<RTCString> &formats, VBOXDNDACTIONLIST dndLstActionsAllowed);
    336336    int OnHgMove(uint32_t u32xPos, uint32_t u32yPos, VBOXDNDACTION dndAction);
     
    341341
    342342#ifdef VBOX_WITH_DRAG_AND_DROP_GH
     343    /* Guest -> Host */
    343344    int OnGhIsDnDPending(void);
    344345    int OnGhDrop(const RTCString &strFormat, VBOXDNDACTION dndActionDefault);
     
    348349    int ProcessEvent(PVBOXDNDEVENT pEvent);
    349350
    350 public:
     351    void Reset(void);
     352
     353protected:
    351354
    352355    int hide(void);
    353 
    354 protected:
    355 
    356356    int makeFullscreen(void);
    357357    int mouseMove(int x, int y, DWORD dwMouseInputFlags);
    358358    int mouseRelease(void);
    359     void reset(void);
    360359    int setMode(Mode enmMode);
    361360
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