Changeset 85924 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Aug 28, 2020 10:31:33 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140113
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r85923 r85924 1664 1664 VBoxDnDAtomList lstActions; 1665 1665 rc = toAtomActions(dndListActionsAllowed, lstActions); 1666 if (RT_FAILURE(rc))1667 break; 1666 AssertRCBreak(rc); 1667 1668 1668 rc = wndXDnDSetActionList(m_wndProxy.hWnd, lstActions); 1669 AssertRCBreak(rc); 1669 1670 1670 1671 /* Set the DnD selection owner to our window. */
Note:
See TracChangeset
for help on using the changeset viewer.