Searched defs:wndSource (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp1528 Window wndSource = evDnDDrop.data.l[0]; /* Source window which sent the message. */ local
1529 Assert(wndSource == m_wndCur);
1619 int xrc = XSendEvent(m_pDisplay, wndSource, True, NoEventMask, reinterpret_cast<XEvent*>(&m));
1659 int xrc = XSendEvent(m_pDisplay, wndSource, False, NoEventMask, reinterpret_cast<XEvent*>(&m));

Completed in 50 milliseconds