Changeset 97744 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 6, 2022 9:07:09 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp
r97733 r97744 587 587 default: 588 588 { 589 LogRel(("DnD: Warning: Message %s (%#x) from host not supported\n", DnDGuestMsgToStr(uNextMsg), uNextMsg)); 589 LogRel(("DnD: Warning: Message %s (%#x) from host not supported or in wrong order\n", 590 DnDHostMsgToStr(uNextMsg), uNextMsg)); 590 591 rc = VERR_NOT_SUPPORTED; 591 592 break; … … 1904 1905 1905 1906 HGCMMsgGHError Msg; 1906 VBGL_HGCM_HDR_INIT(&Msg.hdr, pCtx->uClientID, GUEST_DND_FN_ GH_EVT_ERROR, 2);1907 VBGL_HGCM_HDR_INIT(&Msg.hdr, pCtx->uClientID, GUEST_DND_FN_EVT_ERROR, 2); 1907 1908 /** @todo Context ID not used yet. */ 1908 1909 Msg.u.v3.uContext.SetUInt32(0);
Note:
See TracChangeset
for help on using the changeset viewer.