Lines Matching refs:CLIPBOARD
329 CLIPBOARD = XInternAtom(fDisplay, "CLIPBOARD", 0);
341 if (xsr->selection != CLIPBOARD) {
351 // We can fulfill this request! Update the contents of the CLIPBOARD property,
464 CLIPBOARD = XInternAtom(fDisplay, "CLIPBOARD", 0),
467 // Ask for a UTF8 copy of the CLIPBOARD...
469 XConvertSelection(fDisplay, CLIPBOARD, UTF8, XSEL_DATA, fWindow, CurrentTime);
473 event.xselection.selection == CLIPBOARD &&
482 // Fetch the CLIPBOARD property
500 // Take ownership of the CLIPBOARD
501 Atom CLIPBOARD = XInternAtom(fDisplay, "CLIPBOARD", 0);
502 XSetSelectionOwner(fDisplay, CLIPBOARD, fWindow, CurrentTime);