Home | History | Annotate | Download | only in pbproxy

Lines Matching refs:owner

50  * owner of the CLIPBOARD.
53 * changed. If the NSPasteboard has changed, then we set pbproxy as owner
415 /* This requests the TARGETS list from the PRIMARY selection owner. */
450 /* Set pbproxy as owner of the SELECTION_MANAGER selection.
458 Window owner = XGetSelectionOwner (xpbproxy_dpy, atoms->clipboard_manager);
461 if(owner == _selection_window)
464 if(owner != None) {
467 "pbproxy will not sync clipboard to pasteboard.\n", owner);
474 if(owner != _selection_window)
503 /* Claim the clipboard contents from the new owner. */
508 /* Another CLIPBOARD_MANAGER has set itself as owner. Disable syncing
523 Window owner;
530 owner = XGetSelectionOwner (xpbproxy_dpy, atoms->clipboard);
531 if (None == owner) {
533 * The owner probably died or we are just starting up pbproxy.
534 * Set pbproxy's _selection_window as the owner, and continue.
536 DB ("No clipboard owner.\n");
539 } else if (owner == _selection_window) {
1251 [pb declareTypes:pbtypes owner:nil];
1284 [pb declareTypes:pbtypes owner:nil];
1314 [pb declareTypes:pbtypes owner:nil];
1408 /* We got the final data. Now set pbproxy as the owner. */