Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_clipboard.c140 if ( type) *type = UTF8_MIME; in get_typename()
141 return UTF8_MIME; in get_typename()
993 *(ci++) = UTF8_MIME; in prima_clipboard_fill_targets()
1091 } else if ( i == cfUTF8 && xe. xselection. target == UTF8_MIME) { in handle_selection_request()
1116 if ( utf8_mime) target = UTF8_MIME; in handle_selection_request()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h497 #define UTF8_MIME pguts->atoms[AI_UTF8_MIME ] macro