VirtualBox

Changeset 85436 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jul 23, 2020 1:39:13 PM (4 years ago)
Author:
vboxsync
Message:

DnD/Main: More guest -> host fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestDnDPrivate.h

    r85423 r85436  
    337337    {
    338338        RT_ZERO(List);
     339        int rc2 = DnDTransferListInit(&List);
     340        AssertRC(rc2);
    339341    }
    340342
     
    391393    {
    392394        RT_ZERO(DroppedFiles);
     395        int rc2 = DnDDroppedFilesInit(&DroppedFiles);
     396        AssertRC(rc2);
     397
    393398        RT_ZERO(List);
     399        rc2 = DnDTransferListInit(&List);
     400        AssertRC(rc2);
     401
    394402        RT_ZERO(ObjCur);
     403        rc2 = DnDTransferObjectInit(&ObjCur);
     404        AssertRC(rc2);
    395405    }
    396406
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