Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx230 m_nLastX( 0 ), in SelectionManager()
2224 &m_nLastX, &m_nLastY, in handleDropEvent()
2228 … fprintf( stderr, "received XdndPosition on 0x%lx (%d, %d)\n", aTarget, m_nLastX, m_nLastY ); in handleDropEvent()
2233 aEvent.LocationX = m_nLastX; in handleDropEvent()
2291 fprintf( stderr, "received XdndDrop on 0x%lx (%d, %d)\n", aTarget, m_nLastX, m_nLastY ); in handleDropEvent()
2298 aEvent.LocationX = m_nLastX; in handleDropEvent()
H A DX11_selection.hxx281 int m_nLastX, m_nLastY; member in x11::SelectionManager