VirtualBox

Changeset 74472 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Sep 26, 2018 8:16:36 AM (6 years ago)
Author:
vboxsync
Message:

DnD: Fixed message handling on VM restore on X11 guests.

File:
1 edited

Legend:

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

    r74439 r74472  
    11861186            && (uSessionID != pCtx->uSessionID))
    11871187        {
    1188             LogFlowFunc(("VM session ID changed to %RU64, doing reconnect\n", uSessionID));
    1189 
    1190             /* Try a reconnect to the DnD service. */
    1191             rc2 = VbglR3DnDDisconnect(pCtx);
    1192             AssertRC(rc2);
    1193             rc2 = VbglR3DnDConnect(pCtx);
    1194             AssertRC(rc2);
    1195 
    1196             /* At this point we continue processing the messsages with the new client ID. */
     1188            LogFlowFunc(("VM session ID changed to %RU64\n", uSessionID));
    11971189        }
    11981190    }
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