Searched refs:XA_STRING (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/ |
H A D | Xatom.h | 39 #define XA_STRING ((Atom) 31) macro
|
/vbox/src/VBox/GuestHost/SharedClipboard/ |
H A D | x11-clipboard.cpp | 1939 *type = XA_STRING; 2269 clipSetSelectionValues("UTF8_STRING", XA_STRING, "hello world", 2273 clipSetSelectionValues("text/plain;charset=UTF-8", XA_STRING, 2277 clipSetSelectionValues("text/plain;charset=UTF-8", XA_STRING, 2281 clipSetSelectionValues("text/plain;charset=UTF-8", XA_STRING, 2285 clipSetSelectionValues("text/plain;charset=utf-8", XA_STRING, "", 2289 clipSetSelectionValues("STRING", XA_STRING, 2294 clipSetSelectionValues("TEXT", XA_STRING, 2301 clipSetSelectionValues("STRING", XA_STRING, "Georges Dupr\xEA", 2305 clipSetSelectionValues("TEXT", XA_STRING, "George [all...] |
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | xclip.c | 809 xclip_provide_selection(event, XA_STRING, 8, formats_data, formats_data_length); 840 else if (event->target == format_string_atom || event->target == XA_STRING) 842 /* STRING and XA_STRING are defined to be ISO8859-1 */ 1001 if (selection_request.target == format_string_atom || selection_request.target == XA_STRING) 1212 targets[num_targets++] = XA_STRING;
|
Completed in 44 milliseconds