Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_clipboard.c134 if ( type) *type = PLAINTEXT_MIME; in get_typename()
135 return PLAINTEXT_MIME; in get_typename()
997 *(ci++) = PLAINTEXT_MIME; in prima_clipboard_fill_targets()
1095 } else if ( i == cfText && xe. xselection. target == PLAINTEXT_MIME) { in handle_selection_request()
1117 if ( plaintext_mime) target = PLAINTEXT_MIME; in handle_selection_request()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h519 #define PLAINTEXT_MIME pguts->atoms[AI_PLAINTEXT_MIME ] macro