Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx257 m_nCurrentProtocolVersion( nXdndProtocolRevision ), in SelectionManager()
2203 m_nCurrentProtocolVersion = m_aDropEnterEvent.data.l[1] >> 24; in handleDropEvent()
2214 m_nDropTime = m_nCurrentProtocolVersion > 0 ? rMessage.data.l[3] : CurrentTime; in handleDropEvent()
2236 if( m_nCurrentProtocolVersion < 2 ) in handleDropEvent()
2278 m_nCurrentProtocolVersion = nXdndProtocolRevision; in handleDropEvent()
2288 m_nDropTime = m_nCurrentProtocolVersion > 0 ? rMessage.data.l[2] : CurrentTime; in handleDropEvent()
2385 m_nCurrentProtocolVersion = nXdndProtocolRevision; in dropComplete()
2451 aEvent.xclient.data.l[4] = m_nCurrentProtocolVersion > 1 ? nDropAction : 0; in sendDragStatus()
2486 if( m_nCurrentProtocolVersion < 0 && m_aDropWindow != None ) in updateDragAction()
2653 if( m_nCurrentProtocolVersion > 1 ) in handleDragEvent()
[all …]
H A DX11_selection.hxx328 int m_nCurrentProtocolVersion; member in x11::SelectionManager