Searched refs:m_nLastX (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 233 m_nLastX( 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() 2236 aEvent.LocationX = m_nLastX; in handleDropEvent() 2294 fprintf( stderr, "received XdndDrop on 0x%lx (%d, %d)\n", aTarget, m_nLastX, m_nLastY ); in handleDropEvent() 2301 aEvent.LocationX = m_nLastX; in handleDropEvent()
|
H A D | X11_selection.hxx | 286 int m_nLastX, m_nLastY; member in x11::SelectionManager
|
Completed in 132 milliseconds