Changeset 97720 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Nov 30, 2022 6:02:32 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
r97719 r97720 416 416 Msg.appendUInt32(cbFormats); 417 417 418 LogRel2(("DnD: Host moves to %RU32,%RU32 in VM window (screen %u, default action is '%s')\n",419 aX, aY, aScreenId, DnDActionToStr(dndActionDefault)));420 421 418 vrc = GuestDnDInst()->hostCall(Msg.getType(), Msg.getCount(), Msg.getParms()); 422 419 if (RT_SUCCESS(vrc)) … … 425 422 if (pState && RT_SUCCESS(pState->waitForGuestResponse())) 426 423 resAction = GuestDnD::toMainAction(pState->getActionDefault()); 424 425 LogRel2(("DnD: Host moved to %RU32,%RU32 in VM window (screen %u, default action is '%s') -> guest reported back action '%s'\n", 426 aX, aY, aScreenId, DnDActionToStr(dndActionDefault), DnDActionToStr(resAction))); 427 427 } 428 428 }
Note:
See TracChangeset
for help on using the changeset viewer.