VirtualBox

Changeset 97745 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Dec 6, 2022 9:08:39 AM (2 years ago)
Author:
vboxsync
Message:

DnD/VbglR3: Reverted r154805 (committed too much).

File:
1 edited

Legend:

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

    r97744 r97745  
    587587                default:
    588588                {
    589                     LogRel(("DnD: Warning: Message %s (%#x) from host not supported or in wrong order\n",
    590                             DnDHostMsgToStr(uNextMsg), uNextMsg));
     589                    LogRel(("DnD: Warning: Message %s (%#x) from host not supported\n", DnDGuestMsgToStr(uNextMsg), uNextMsg));
    591590                    rc = VERR_NOT_SUPPORTED;
    592591                    break;
     
    19051904
    19061905    HGCMMsgGHError Msg;
    1907     VBGL_HGCM_HDR_INIT(&Msg.hdr, pCtx->uClientID, GUEST_DND_FN_EVT_ERROR, 2);
     1906    VBGL_HGCM_HDR_INIT(&Msg.hdr, pCtx->uClientID, GUEST_DND_FN_GH_EVT_ERROR, 2);
    19081907    /** @todo Context ID not used yet. */
    19091908    Msg.u.v3.uContext.SetUInt32(0);
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