VirtualBox

Changeset 85029 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jul 1, 2020 2:59:54 PM (4 years ago)
Author:
vboxsync
Message:

DnD/VbglR3: Also handle HOST_DND_HG_SND_FILE_HDR in VbglR3DnDEventGetNext().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp

    r85023 r85029  
    12101210            case HOST_DND_HG_SND_DIR:
    12111211                RT_FALL_THROUGH();
     1212            case HOST_DND_HG_SND_FILE_HDR:
     1213                RT_FALL_THROUGH();
    12121214            case HOST_DND_HG_SND_FILE_DATA:
    12131215            {
    12141216                /*
    1215                  * All messages in this case are handled internally
    1216                  * by vbglR3DnDHGRecvDataMain() and must be specified
    1217                  * by preceeding HOST_DND_HG_SND_DATA or HOST_DND_HG_SND_DATA_HDR calls.
     1217                 * All messages for this block are handled internally
     1218                 * by vbglR3DnDHGRecvDataMain(), see above.
     1219                 *
     1220                 * So if we land here our code is buggy.
    12181221                 */
    12191222                rc = VERR_WRONG_ORDER;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette