Lines Matching defs:selection
34 * There is a global list of windows selecting for selection events
35 * on every selection. This should be plenty efficient for the
37 * replaced with a hash table of some kind keyed off the selection atom
44 Atom selection;
58 Selection *selection = info->selection;
80 if (e->selection == selection->selection && (e->eventMask & eventMask)) {
86 selection->window : 0,
87 .selection = e->selection,
89 .selectionTimestamp = selection->lastTimeChanged.milliseconds
121 Atom selection, WindowPtr pWindow, CARD32 eventMask)
127 rc = XaceHook(XACE_SELECTION_ACCESS, pClient, selection, DixGetAttrAccess);
132 if (e->selection == selection &&
149 e->selection = selection;
196 return XFixesSelectSelectionInput(client, stuff->selection,
208 swapl(&stuff->selection);
221 cpswapl(from->selection, to->selection);