Changeset 85745 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray
- Timestamp:
- Aug 13, 2020 8:37:09 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp
r85695 r85745 570 570 } 571 571 572 /* Note: After HOST_DND_ HG_EVT_ENTER there immediately is a move572 /* Note: After HOST_DND_FN_HG_EVT_ENTER there immediately is a move 573 573 * event, so fall through is intentional here. */ 574 574 RT_FALL_THROUGH(); … … 1204 1204 /** 1205 1205 * Some notes regarding guest cursor movement: 1206 * - The host only sends an HOST_DND_ GH_REQ_PENDING message to the guest1206 * - The host only sends an HOST_DND_FN_GH_REQ_PENDING message to the guest 1207 1207 * if the mouse cursor is outside the VM's window. 1208 1208 * - The guest does not know anything about the host's cursor
Note:
See TracChangeset
for help on using the changeset viewer.