Home | History | Annotate | Download | only in xwin

Lines Matching refs:selection

361   /* Save selection owners for monitored selections, ignore other selections */
362 if (XA_PRIMARY == stuff->selection)
373 /* Adjust last owned selection */
380 /* Save new selection owner or None */
386 else if (MakeAtom ("CLIPBOARD", 9, TRUE) == stuff->selection)
397 /* Adjust last owned selection */
404 /* Save new selection owner or None */
425 * Handle case when selection is being disowned,
458 /* Abort if invalid selection */
459 if (!ValidAtom (stuff->selection))
468 /* Abort if clipboard manager is owning the selection */
513 /* Save handle to last owned selection */
514 g_atomLastOwnedSelection = stuff->selection;