Lines Matching refs:owner
52 * owner of the CLIPBOARD.
55 * changed. If the NSPasteboard has changed, then we set pbproxy as owner
391 /* This requests the TARGETS list from the PRIMARY selection owner. */
425 /* Set pbproxy as owner of the SELECTION_MANAGER selection.
433 Window owner = XGetSelectionOwner(xpbproxy_dpy, atoms->clipboard_manager);
436 if (owner == _selection_window)
439 if (owner != None) {
442 "pbproxy will not sync clipboard to pasteboard.\n", owner);
453 if (owner != _selection_window)
483 /* Claim the clipboard contents from the new owner. */
489 /* Another CLIPBOARD_MANAGER has set itself as owner. Disable syncing
504 Window owner;
511 owner = XGetSelectionOwner(xpbproxy_dpy, atoms->clipboard);
512 if (None == owner) {
514 * The owner probably died or we are just starting up pbproxy.
515 * Set pbproxy's _selection_window as the owner, and continue.
517 DebugF("No clipboard owner.\n");
521 else if (owner == _selection_window) {
1218 [pb declareTypes:pbtypes owner:nil];
1254 [pb declareTypes:pbtypes owner:nil];
1287 [pb declareTypes:pbtypes owner:nil];
1370 /* We got the final data. Now set pbproxy as the owner. */