VirtualBox

Changeset 74144 in vbox


Ignore:
Timestamp:
Sep 7, 2018 2:16:16 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124916
Message:

DnD/VBoxClient: Fixed copying over files from host -> guest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp

    r74141 r74144  
    55
    66/*
    7  * Copyright (C) 2011-2017 Oracle Corporation
     7 * Copyright (C) 2011-2018 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    31263126                        break;
    31273127                    }
    3128                     case DragAndDropSvc::HOST_DND_HG_SND_DATA:
     3128                    /* Note: VbglR3DnDRecvNextMsg() will return HOST_DND_HG_SND_DATA_HDR when
     3129                     *       the host has finished copying over all the data to the guest.
     3130                     *
     3131                     *       The actual data transfer (and message processing for it) will be done
     3132                     *       internally by VbglR3DnDRecvNextMsg() to not duplicate any code for different
     3133                     *       platforms.
     3134                     *
     3135                     *       The data header now will contain all the (meta) data the guest needs in
     3136                     *       order to complete the DnD operation. */
     3137                    case DragAndDropSvc::HOST_DND_HG_SND_DATA_HDR:
    31293138                    {
    31303139                        rc = m_pCurDnD->hgDataReceived(e.hgcm.u.b.pvData, e.hgcm.u.b.cbData);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette