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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxclip.c126 static Atom format_string_atom, format_utf8_string_atom, format_unicode_atom; variable
325 target == format_unicode_atom || target == format_utf8_string_atom)
365 else if (target == format_utf8_string_atom)
681 else if (supported_targets[i] == format_utf8_string_atom)
845 else if (event->target == format_utf8_string_atom)
1017 else if (selection_request.target == format_utf8_string_atom)
1186 format_utf8_string_atom = XInternAtom(g_display, "UTF8_STRING", False);
1208 targets[num_targets++] = format_utf8_string_atom;

Completed in 109 milliseconds