Changeset 85023 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jul 1, 2020 11:47:15 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp
r85022 r85023 1067 1067 */ 1068 1068 HGCMMsgConnect Msg; 1069 VBGL_HGCM_HDR_INIT(&Msg.hdr, pCtx->uClientID, GUEST_DND_CONNECT, 2);1069 VBGL_HGCM_HDR_INIT(&Msg.hdr, pCtx->uClientID, GUEST_DND_CONNECT, 3); 1070 1070 /** @todo Context ID not used yet. */ 1071 1071 Msg.u.v3.uContext.SetUInt32(0);
Note:
See TracChangeset
for help on using the changeset viewer.