Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xfixes/
H A Dselect.c51 static SelectionEventPtr selectionEvents; variable
79 for (e = selectionEvents; e; e = e->next) { in XFixesSelectionCallback()
99 if (selectionEvents) { in CheckSelectionCallback()
131 for (prev = &selectionEvents; (e = *prev); prev = &e->next) { in XFixesSelectSelectionInput()
232 for (prev = &selectionEvents; (e = *prev); prev = &e->next) { in SelectionFreeClient()
249 for (e = selectionEvents; e; e = next) { in SelectionFreeWindow()