Lines Matching refs:aNotify
1642 XEvent aNotify; in handleSelectionRequest() local
1644 aNotify.type = SelectionNotify; in handleSelectionRequest()
1645 aNotify.xselection.display = rRequest.display; in handleSelectionRequest()
1646 aNotify.xselection.send_event = True; in handleSelectionRequest()
1647 aNotify.xselection.requestor = rRequest.requestor; in handleSelectionRequest()
1648 aNotify.xselection.selection = rRequest.selection; in handleSelectionRequest()
1649 aNotify.xselection.time = rRequest.time; in handleSelectionRequest()
1650 aNotify.xselection.target = rRequest.target; in handleSelectionRequest()
1651 aNotify.xselection.property = None; in handleSelectionRequest()
1678 aNotify.xselection.property = rRequest.property; in handleSelectionRequest()
1691 aNotify.xselection.property = rRequest.property; in handleSelectionRequest()
1799 aNotify.xselection.target = rRequest.target; in handleSelectionRequest()
1800 aNotify.xselection.property = rRequest.property; in handleSelectionRequest()
1807 XSendEvent( m_pDisplay, rRequest.requestor, False, 0, &aNotify ); in handleSelectionRequest()
1817 if( aNotify.xselection.property != None ) in handleSelectionRequest()