Searched refs:m_nLastDragX (Results 1 – 2 of 2) sorted by relevance
240 m_nLastDragX( 0 ), in SelectionManager()2546 …XTranslateCoordinates( m_pDisplay, it->second.m_aRootWindow, m_aDropWindow, m_nLastDragX, m_nLastD… in sendDropPosition()2560 m_nLastDragX < m_nNoPosX || m_nLastDragX >= m_nNoPosX+m_nNoPosWidth || in sendDropPosition()2573 aEvent.xclient.data.l[2] = m_nLastDragX << 16 | (m_nLastDragY&0xffff); in sendDropPosition()3057 m_nLastDragX = nX; in updateDragWindow()
307 int m_nLastDragX, m_nLastDragY; member in x11::SelectionManager
Completed in 88 milliseconds