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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxclip.c534 Atom *supported_targets; local
657 supported_targets = (Atom *) data;
661 XGetAtomName(g_display, supported_targets[i])));
662 if (supported_targets[i] == format_string_atom)
667 best_text_target = supported_targets[i];
672 else if (supported_targets[i] == format_unicode_atom)
677 best_text_target = supported_targets[i];
681 else if (supported_targets[i] == format_utf8_string_atom)
686 best_text_target = supported_targets[i];
691 else if (supported_targets[
[all...]

Completed in 532 milliseconds