Changeset 97745 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 6, 2022 9:08:39 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp
r97744 r97745 587 587 default: 588 588 { 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)); 591 590 rc = VERR_NOT_SUPPORTED; 592 591 break; … … 1905 1904 1906 1905 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); 1908 1907 /** @todo Context ID not used yet. */ 1909 1908 Msg.u.v3.uContext.SetUInt32(0);
Note:
See TracChangeset
for help on using the changeset viewer.