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

/xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
H A Dwndproc.c358 struct target_priority target_priority_table[] = local in function:winClipboardWindowProc
370 for (j = 0; j < ARRAY_SIZE(target_priority_table); j ++)
372 if ((data.targetList[i] == target_priority_table[j].target) &&
373 (target_priority_table[j].priority < best_priority))
375 best_target = target_priority_table[j].target;
376 best_priority = target_priority_table[j].priority;

Completed in 2 milliseconds