Searched refs:selection (Results 1 - 2 of 2) sorted by relevance
| /ide/tools/previewer/util/linux/ |
| H A D | ClipboardX11.cpp | 31 Atom selection = XInternAtom(display, "CLIPBOARD", 0); in SetClipboardData() local 32 SetCopyData(selection, str, strlen(str.c_str())); in SetClipboardData() 48 void ClipboardX11::SetCopyData(const Atom& selection, const std::string& text, const int size) in SetCopyData() argument 51 XSetSelectionOwner (display, selection, window, 0); in SetCopyData() 52 if (XGetSelectionOwner (display, selection) != window) { in SetCopyData() 58 if (event.xselectionrequest.selection != selection) { in SetCopyData() 65 ev.selection = xsr->selection, ev.time = xsr->time, ev.target = xsr->target, in SetCopyData() 99 if (event.xselection.selection ! in GetPasteType() [all...] |
| H A D | ClipboardX11.h | 26 void SetCopyData(const Atom& selection, const std::string& text, const int size);
|
Completed in 2 milliseconds