Searched refs:m_nLastX (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/vcl/unx/generic/dtrans/ |
| H A D | X11_selection.cxx | 230 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 D | X11_selection.hxx | 281 int m_nLastX, m_nLastY; member in x11::SelectionManager
|