Changeset 85437 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp
- Timestamp:
- Jul 23, 2020 2:01:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp
r85429 r85437 1087 1087 { 1088 1088 LogFlowFunc(("VM session ID changed to %RU64\n", uSessionID)); 1089 1090 rc = VbglR3DnDDisconnect(pCtx); 1091 if (RT_SUCCESS(rc)) 1092 rc = VbglR3DnDConnect(pCtx); 1089 1093 } 1090 1094 }
Note:
See TracChangeset
for help on using the changeset viewer.