Home
last modified time | relevance | path

Searched refs:s_iOwners (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/winclipboard/
H A Dxevents.c75 static Window s_iOwners[CLIP_NUM_SELECTIONS] = { None, None }; variable
85 if (None == e->owner && None != s_iOwners[i]) { in MonitorSelection()
97 if (None != s_iOwners[other_index]) in MonitorSelection()
109 s_iOwners[i] = e->owner; in MonitorSelection()
136 s_iOwners[i] = None; in winClipboardInitMonitoredSelections()
817 (s_iOwners[lastOwnedSelectionIndex] == iWindow)) { in winClipboardFlushXEvents()