Searched refs:lastOwnedSelectionIndex (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
H A Dxevents.c72 static unsigned int lastOwnedSelectionIndex = CLIP_OWN_NONE; variable in typeref:typename:unsigned int
91 lastOwnedSelectionIndex = other_index;
93 lastOwnedSelectionIndex = CLIP_OWN_NONE;
98 lastOwnedSelectionIndex = i;
110 if (lastOwnedSelectionIndex == CLIP_OWN_NONE)
113 if (lastOwnedSelectionIndex == CLIP_OWN_PRIMARY)
116 if (lastOwnedSelectionIndex == CLIP_OWN_CLIPBOARD)
131 lastOwnedSelectionIndex = CLIP_OWN_NONE;
772 if ((lastOwnedSelectionIndex != CLIP_OWN_NONE) &&
773 (s_iOwners[lastOwnedSelectionIndex]
[all...]

Completed in 4 milliseconds