Lines Matching refs:aRoot
3051 void SelectionManager::updateDragWindow( int nX, int nY, XLIB_Window aRoot ) in updateDragWindow() argument
3060 XLIB_Window aParent = aRoot; in updateDragWindow()
3070 XTranslateCoordinates( m_pDisplay, aRoot, aParent, nX, nY, &nWinX, &nWinY, &aChild ); in updateDragWindow()
3073 if( aChild == m_aCurrentDropWindow && aChild != aRoot && m_nCurrentProtocolVersion >= 0 ) in updateDragWindow()
3084 if( aNewCurrentWindow == aRoot ) in updateDragWindow()
3163 XTranslateCoordinates( m_pDisplay, aRoot, m_aDropWindow, nX, nY, &nWinX, &nWinY, &aChild ); in updateDragWindow()
3254 XLIB_Window aRoot, aParent, aChild; in startDrag() local
3263 &aRoot, &aParent, in startDrag()
3289 aParent = aRoot = it->second.m_aRootWindow; in startDrag()
3292 … XTranslateCoordinates( m_pDisplay, aRoot, aParent, root_x, root_y, &win_x, &win_y, &aChild ); in startDrag()
3419 updateDragWindow( root_x, root_y, aRoot ); in startDrag()