Lines Matching refs:requestor
292 if (Success != XGetWindowProperty(xpbproxy_dpy, e->requestor, e->property,
315 pending.requestor = None;
321 - (Bool) append_to_pending:(struct propdata *)pdata requestor:(Window)
322 requestor
329 if (requestor != pending.requestor) {
331 pending.requestor = requestor;
564 reply->xselection.requestor = e->requestor;
575 DebugF("reply->xselection.requestor 0x%lx\n", reply->xselection.requestor);
577 XSendEvent(xpbproxy_dpy, reply->xselection.requestor, False, 0, reply);
586 * (in Latin-1 encoding). The requestor can then make the choice based on
644 XChangeProperty(xpbproxy_dpy, e->requestor, e->property,
708 XChangeProperty(xpbproxy_dpy, e->requestor, e->property, e->target,
750 XChangeProperty(xpbproxy_dpy, e->requestor, e->property,
849 XChangeProperty(xpbproxy_dpy, e->requestor, e->property, e->target,
887 XChangeProperty(xpbproxy_dpy, e->requestor, e->property, e->target,
980 /* The paste requestor wants to know what TARGETS we support. */
1040 if (get_property(e->requestor, e->property, &pdata, /*Delete*/ True,
1052 pending.requestor = e->requestor;
1055 DebugF("set pending.requestor to 0x%lx\n", pending.requestor);
1058 if (get_property(e->requestor, e->property, &pdata, /*Delete*/ True,
1091 if (None != pending.requestor && PropertyNewValue == e->state) {
1092 DebugF("pending.requestor 0x%lx\n", pending.requestor);
1110 pending.requestor = None;
1114 [self append_to_pending:&pdata requestor:e->window];
1509 pending.requestor = None;