Lines Matching refs:m_aWindow
226 m_aWindow( None ), in SelectionManager()
307 m_aWindow, in createCursor()
313 m_aWindow, in createCursor()
427 m_aWindow = XCreateSimpleWindow( m_pDisplay, DefaultRootWindow( m_pDisplay ), in initialize()
435 if( m_aWindow ) in initialize()
445 XSelectInput( m_pDisplay, m_aWindow, PropertyChangeMask ); in initialize()
512 if( m_aWindow ) in ~SelectionManager()
513 XDestroyWindow( m_pDisplay, m_aWindow ); in ~SelectionManager()
755 if( m_pDisplay && m_aWindow ) in requestOwnership()
762 XSetSelectionOwner( m_pDisplay, selection, m_aWindow, CurrentTime ); in requestOwnership()
763 if( XGetSelectionOwner( m_pDisplay, selection ) == m_aWindow ) in requestOwnership()
920 if( aSelectionOwner == m_aWindow ) in getPasteData()
933 XDeleteProperty( m_pDisplay, m_aWindow, selection ); in getPasteData()
935 …XConvertSelection( m_pDisplay, selection, type, selection, m_aWindow, selection == m_nXdndSelectio… in getPasteData()
963 if( aEvent.xproperty.window == m_aWindow in getPasteData()
989 && ( aEvent.xselection.requestor == m_aWindow || in getPasteData()
1140 m_aWindow, in getPasteData()
1162 …XGetWindowProperty( m_pDisplay, m_aWindow, XA_PIXMAP, 0, 1, True, XA_PIXMAP, &type, &format, &nIte… in getPasteData()
1171 …XGetWindowProperty( m_pDisplay, m_aWindow, XA_COLORMAP, 0, 1, True, XA_COLORMAP, &type, &format, &… in getPasteData()
1656 XGetSelectionOwner( m_pDisplay, rRequest.selection ) == m_aWindow ) in handleSelectionRequest()
2076 if( rNotify.requestor != m_aWindow && rNotify.requestor != m_aCurrentDropWindow ) in handleSelectionNotify()
2082 (rNotify.requestor == m_aWindow || rNotify.requestor == m_aCurrentDropWindow) && in handleSelectionNotify()
2571 aEvent.xclient.data.l[0] = m_aWindow; in sendDropPosition()
2748 aEvent.xclient.data.l[0] = m_aWindow; in handleDragEvent()
2833 aEvent.xclient.data.l[0] = m_aWindow; in handleDragEvent()
3131 aEvent.xclient.data.l[0] = m_aWindow; in updateDragWindow()
3184 aEvent.xclient.data.l[0] = m_aWindow; in updateDragWindow()
3393 …XChangeProperty( m_pDisplay, m_aWindow, m_nXdndTypeList, XA_ATOM, 32, PropModeReplace, (unsigned c… in startDrag()
3594 …XChangeProperty( m_pDisplay, m_aWindow, m_nXdndTypeList, XA_ATOM, 32, PropModeReplace, (unsigned c… in transferablesFlavorsChanged()
3606 aEvent.xclient.data.l[0] = m_aWindow; in transferablesFlavorsChanged()
3676 if( rEvent.xproperty.window == m_aWindow || in handleXEvent()
4037 aEvent.xclient.data.l[0] = m_aWindow; in deregisterDropTarget()