Searched refs:target (Results 1 - 1 of 1) sorted by relevance
| /ide/tools/previewer/util/linux/ |
| H A D | ClipboardX11.cpp | 65 ev.selection = xsr->selection, ev.time = xsr->time, ev.target = xsr->target, in SetCopyData() 67 if (ev.target == targets_atom) { in SetCopyData() 71 } else if (ev.target == XA_STRING || ev.target == text_atom) { in SetCopyData() 74 } else if (ev.target == UTF8) { in SetCopyData() 94 Atom target, CLIPBOARD = XInternAtom(display, "CLIPBOARD", 0), XSEL_DATA = XInternAtom(display, "XSEL_DATA", 0); in GetPasteType() local 104 (~0L), 0, AnyPropertyType, &target, &format, &size, &num, (unsigned char**)&data); in GetPasteType() 105 if (target == UTF8 || target in GetPasteType() [all...] |
Completed in 1 milliseconds