Lines Matching refs:u
185 .u.selectionClear.time = time.milliseconds, in ProcSetSelectionOwner()
186 .u.selectionClear.window = pSel->window, in ProcSetSelectionOwner()
187 .u.selectionClear.atom = pSel->selection in ProcSetSelectionOwner()
189 event.u.u.type = SelectionClear; in ProcSetSelectionOwner()
291 event.u.u.type = SelectionRequest; in ProcConvertSelection()
292 event.u.selectionRequest.owner = pSel->window; in ProcConvertSelection()
293 event.u.selectionRequest.time = stuff->time; in ProcConvertSelection()
294 event.u.selectionRequest.requestor = stuff->requestor; in ProcConvertSelection()
295 event.u.selectionRequest.selection = stuff->selection; in ProcConvertSelection()
296 event.u.selectionRequest.target = stuff->target; in ProcConvertSelection()
297 event.u.selectionRequest.property = stuff->property; in ProcConvertSelection()
305 event.u.u.type = SelectionNotify; in ProcConvertSelection()
306 event.u.selectionNotify.time = stuff->time; in ProcConvertSelection()
307 event.u.selectionNotify.requestor = stuff->requestor; in ProcConvertSelection()
308 event.u.selectionNotify.selection = stuff->selection; in ProcConvertSelection()
309 event.u.selectionNotify.target = stuff->target; in ProcConvertSelection()
310 event.u.selectionNotify.property = None; in ProcConvertSelection()