Changeset 85745 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Aug 13, 2020 8:37:09 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139893
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r85566 r85745 3174 3174 } 3175 3175 3176 /* Note: After HOST_DND_ HG_EVT_ENTER there immediately is a move3176 /* Note: After HOST_DND_FN_HG_EVT_ENTER there immediately is a move 3177 3177 * event, so fall through is intentional here. */ 3178 3178 RT_FALL_THROUGH(); … … 3199 3199 } 3200 3200 3201 /* Note: VbglR3DnDRecvNextMsg() will return HOST_DND_ HG_SND_DATA_HDR when3201 /* Note: VbglR3DnDRecvNextMsg() will return HOST_DND_FN_HG_SND_DATA_HDR when 3202 3202 * the host has finished copying over all the data to the guest. 3203 3203 *
Note:
See TracChangeset
for help on using the changeset viewer.