VirtualBox

Ignore:
Timestamp:
Sep 26, 2018 1:43:47 PM (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 (follow-up).

File:
1 edited

Legend:

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

    r74476 r74478  
    475475                    RTThreadSleep(5000);
    476476#endif
    477                     hide();
     477                    Hide();
    478478
    479479                    LogFlowThisFunc(("Starting drag and drop: dndLstActionsAllowed=0x%x, dwOKEffects=0x%x ...\n",
     
    14101410 * @return  IPRT status code.
    14111411 */
    1412 int VBoxDnDWnd::hide(void)
     1412int VBoxDnDWnd::Hide(void)
    14131413{
    14141414#ifdef DEBUG_andy
     
    15941594    AssertRC(rc2);
    15951595
    1596     hide();
     1596    Hide();
    15971597}
    15981598
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