Changeset 74144 in vbox
- Timestamp:
- Sep 7, 2018 2:16:16 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124916
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r74141 r74144 5 5 6 6 /* 7 * Copyright (C) 2011-201 7Oracle Corporation7 * Copyright (C) 2011-2018 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 3126 3126 break; 3127 3127 } 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: 3129 3138 { 3130 3139 rc = m_pCurDnD->hgDataReceived(e.hgcm.u.b.pvData, e.hgcm.u.b.cbData);
Note:
See TracChangeset
for help on using the changeset viewer.