Changeset 85926 in vbox
- Timestamp:
- Aug 28, 2020 10:35:13 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140115
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r85925 r85926 1668 1668 AssertRCBreak(rc); 1669 1669 1670 Atom atmEnabled = 1;1671 XChangeProperty(m_pDisplay, m_wndProxy.hWnd, xAtom(XA_XdndActionAsk), XA_ATOM, 32, PropModeReplace,1672 reinterpret_cast<unsigned char*>(&atmEnabled), 1);1673 1674 XChangeProperty(m_pDisplay, m_wndProxy.hWnd, xAtom(XA_XdndActionDescription), XA_STRING, 8, PropModeReplace,1675 (const unsigned char *)"VBox DnD", sizeof("VBox DnD"));1676 1677 1670 /* Set the DnD selection owner to our window. */ 1678 1671 /** @todo Don't use CurrentTime -- according to ICCCM section 2.1. */
Note:
See TracChangeset
for help on using the changeset viewer.