Changeset 68466 in vbox
- Timestamp:
- Aug 18, 2017 12:06:07 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117609
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp
r68465 r68466 1506 1506 if (pCtx->uProtocol < 3) 1507 1507 { 1508 VBGL_HGCM_HDR_INIT(&Msg.hdr, pCtx->uClientID, uStatus, 3); /** @todo r=bird: Do we really mean to execute 'uStatus' here? */1508 VBGL_HGCM_HDR_INIT(&Msg.hdr, pCtx->uClientID, GUEST_DND_HG_EVT_PROGRESS, 3); 1509 1509 Msg.u.v1.uStatus.SetUInt32(uStatus); 1510 1510 Msg.u.v1.uPercent.SetUInt32(uPercent); … … 1513 1513 else 1514 1514 { 1515 VBGL_HGCM_HDR_INIT(&Msg.hdr, pCtx->uClientID, uStatus, 4); /** @todo r=bird: Do we really mean to execute 'uStatus' here? */1515 VBGL_HGCM_HDR_INIT(&Msg.hdr, pCtx->uClientID, GUEST_DND_HG_EVT_PROGRESS, 4); 1516 1516 /** @todo Context ID not used yet. */ 1517 1517 Msg.u.v3.uContext.SetUInt32(0);
Note:
See TracChangeset
for help on using the changeset viewer.