VirtualBox

Changeset 68466 in vbox


Ignore:
Timestamp:
Aug 18, 2017 12:06:07 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117609
Message:

DnD/VbglR3: Fixed function code for VbglR3DnDHGSendProgress().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp

    r68465 r68466  
    15061506    if (pCtx->uProtocol < 3)
    15071507    {
    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);
    15091509        Msg.u.v1.uStatus.SetUInt32(uStatus);
    15101510        Msg.u.v1.uPercent.SetUInt32(uPercent);
     
    15131513    else
    15141514    {
    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);
    15161516        /** @todo Context ID not used yet. */
    15171517        Msg.u.v3.uContext.SetUInt32(0);
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