Changeset 60662 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Apr 22, 2016 5:10:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r58945 r60662 5 5 6 6 /* 7 * Copyright (C) 2011-201 5Oracle Corporation7 * Copyright (C) 2011-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 1987 1987 else 1988 1988 { 1989 rc = VINF_SUCCESS; 1990 1989 1991 /* Determine the current window which currently has the XdndSelection set. */ 1990 1992 Window wndSelection = XGetSelectionOwner(m_pDisplay, xAtom(XA_XdndSelection));
Note:
See TracChangeset
for help on using the changeset viewer.