Home
last modified time | relevance | path

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

/aoo4110/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx234 m_nLastY( 0 ), in SelectionManager()
2227 &m_nLastX, &m_nLastY, in handleDropEvent()
2231 fprintf( stderr, "received XdndPosition on 0x%lx (%d, %d)\n", aTarget, m_nLastX, m_nLastY ); in handleDropEvent()
2237 aEvent.LocationY = m_nLastY; in handleDropEvent()
2294 fprintf( stderr, "received XdndDrop on 0x%lx (%d, %d)\n", aTarget, m_nLastX, m_nLastY ); in handleDropEvent()
2302 aEvent.LocationY = m_nLastY; in handleDropEvent()
H A DX11_selection.hxx286 int m_nLastX, m_nLastY; member in x11::SelectionManager

Completed in 35 milliseconds