Changeset 51451 in vbox for trunk/src/VBox
- Timestamp:
- May 28, 2014 2:34:26 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94016
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r50836 r51451 1379 1379 m_state = Dragging; 1380 1380 m_wndCur = wndSelection; 1381 Assert(m_wndCur == pEventClient->data.l[0]);1381 Assert(m_wndCur == (Window)pEventClient->data.l[0]); 1382 1382 1383 1383 LogFlowThisFunc(("XA_XdndEnter\n"));
Note:
See TracChangeset
for help on using the changeset viewer.