Lines Matching defs:selection
31 Atom selection = XInternAtom(display, "CLIPBOARD", 0);
32 SetCopyData(selection, str, strlen(str.c_str()));
48 void ClipboardX11::SetCopyData(const Atom& selection, const std::string& text, const int size)
51 XSetSelectionOwner (display, selection, window, 0);
52 if (XGetSelectionOwner (display, selection) != window) {
58 if (event.xselectionrequest.selection != selection) {
65 ev.selection = xsr->selection, ev.time = xsr->time, ev.target = xsr->target,
99 if (event.xselection.selection != CLIPBOARD) {