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

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp315 Window wndChild, wndTemp; local
321 XQueryPointer(m_pDisplay, wndParent, &wndTemp, &wndChild, &tmp, &tmp, &tmp, &tmp, &utmp);
324 wndApp = applicationWindowBelowCursor(wndChild);
1793 Window wndTemp, wndChild; local
1795 XQueryPointer(m_pDisplay, m_wndRoot, &wndTemp, &wndChild, &rx, &ry, &wx, &wy, &mask);
1817 Window wndRoot, wndChild; local
1820 Bool fInRootWnd = XQueryPointer(m_pDisplay, m_wndRoot, &wndRoot, &wndChild,
1824 LogFlowThisFunc(("fInRootWnd=%RTbool, wndRoot=0x%x, wndChild=0x%x, iRootX=%d, iRootY=%d\n",
1825 RT_BOOL(fInRootWnd), wndRoot, wndChild, iRootX, iRootY));

Completed in 64 milliseconds