Lines Matching defs:selection
222 /* Release PRIMARY selection if owned */
228 "PRIMARY selection is owned by us, releasing.\n");
234 /* Release CLIPBOARD selection if owned */
240 "CLIPBOARD selection is owned by us, releasing\n");
314 xcb_atom_t selection;
321 selection = winClipboardGetLastOwnedSelectionAtom(atoms);
322 if (selection == XCB_NONE) {
323 ErrorF("winClipboardWindowProc - no monitored selection is owned\n");
327 winDebug("winClipboardWindowProc - requesting targets for selection from owner\n");
329 /* Request the selection's supported conversion targets */
330 xcb_convert_selection(conn, iWindow, selection, atoms->atomTargets,
391 winDebug("winClipboardWindowProc - requesting selection from owner\n");
393 /* Request the selection contents */
394 xcb_convert_selection(conn, iWindow, selection, best_target,