Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx252 m_aMoveCursor( None ), in SelectionManager()
436 m_aMoveCursor = createCursorFromXPM( movedata_); in initialize()
512 if (m_aMoveCursor != None) in ~SelectionManager()
513 XFreeCursor(m_pDisplay, m_aMoveCursor); in ~SelectionManager()
2970 aCursor = m_aMoveCursor; in getDefaultCursor()
H A DX11_selection.hxx320 XLIB_Cursor m_aMoveCursor; member in x11::SelectionManager