VirtualBox

Changeset 85926 in vbox


Ignore:
Timestamp:
Aug 28, 2020 10:35:13 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140115
Message:

DnD/X11: Committed too much in r140114.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp

    r85925 r85926  
    16681668        AssertRCBreak(rc);
    16691669
    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 
    16771670        /* Set the DnD selection owner to our window. */
    16781671        /** @todo Don't use CurrentTime -- according to ICCCM section 2.1. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette