Searched refs:m_nCurrentProtocolVersion (Results 1 – 2 of 2) sorted by relevance
260 m_nCurrentProtocolVersion( nXdndProtocolRevision ), in SelectionManager()2206 m_nCurrentProtocolVersion = m_aDropEnterEvent.data.l[1] >> 24; in handleDropEvent()2217 m_nDropTime = m_nCurrentProtocolVersion > 0 ? rMessage.data.l[3] : CurrentTime; in handleDropEvent()2239 if( m_nCurrentProtocolVersion < 2 ) in handleDropEvent()2281 m_nCurrentProtocolVersion = nXdndProtocolRevision; in handleDropEvent()2291 m_nDropTime = m_nCurrentProtocolVersion > 0 ? rMessage.data.l[2] : CurrentTime; in handleDropEvent()2388 m_nCurrentProtocolVersion = nXdndProtocolRevision; in dropComplete()2454 aEvent.xclient.data.l[4] = m_nCurrentProtocolVersion > 1 ? nDropAction : 0; in sendDragStatus()2489 if( m_nCurrentProtocolVersion < 0 && m_aDropWindow != None ) in updateDragAction()2656 if( m_nCurrentProtocolVersion > 1 ) in handleDragEvent()[all …]
334 int m_nCurrentProtocolVersion; member in x11::SelectionManager