Home
last modified time | relevance | path

Searched refs:m_nLastDragY (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx238 m_nLastDragY( 0 ), in SelectionManager()
2543 …s( m_pDisplay, it->second.m_aRootWindow, m_aDropWindow, m_nLastDragX, m_nLastDragY, &x, &y, &aChil… in sendDropPosition()
2558 m_nLastDragY < m_nNoPosY || m_nLastDragY >= m_nNoPosY+m_nNoPosHeight in sendDropPosition()
2570 aEvent.xclient.data.l[2] = m_nLastDragX << 16 | (m_nLastDragY&0xffff); in sendDropPosition()
3055 m_nLastDragY = nY; in updateDragWindow()
H A DX11_selection.hxx302 int m_nLastDragX, m_nLastDragY; member in x11::SelectionManager