Lines Matching refs:rr_output

132 	RROutput rr_output;
588 if (XRRGetOutputProperty(clone->dst.dpy, clone->dst.rr_output,
592 XRRChangeOutputProperty(clone->src.dpy, clone->src.rr_output,
644 assert(clone->src.rr_output);
645 assert(clone->dst.rr_output);
652 from_info = XRRGetOutputInfo(clone->dst.dpy, from_res, clone->dst.rr_output);
665 to_info = XRRGetOutputInfo(clone->src.dpy, to_res, clone->src.rr_output);
735 XRRDeleteOutputMode(clone->src.dpy, clone->src.rr_output, to_info->modes[i]);
782 XRRAddOutputMode(clone->src.dpy, clone->src.rr_output, id);
812 assert(clone->src.rr_output);
818 info = XRRGetOutputInfo(clone->src.dpy, res, clone->src.rr_output);
833 XRRDeleteOutputMode(clone->src.dpy, clone->src.rr_output, info->modes[i]);
855 XRRAddOutputMode(clone->src.dpy, clone->src.rr_output, id);
876 RROutput rr_output = 0;
888 for (i = rr_output = 0; rr_output == 0 && i < res->noutput; i++) {
894 rr_output = res->outputs[i];
904 DBG(XRR, ("%s(%s): rr_output=%ld\n", __func__, output_name, (long)rr_output));
905 if (rr_output == 0)
917 XRRAddOutputMode(dpy, rr_output, id);
925 output = XRRGetOutputInfo(dpy, res, rr_output);
932 XRRDeleteOutputMode(dpy, rr_output, id);
942 return rr_output;
1262 o = XRRGetOutputInfo(dpy, res, output->rr_output);
1481 XRRAddOutputMode(dst->dpy, dst->rr_output, id);
1502 o = XRRGetOutputInfo(dst->dpy, res, dst->rr_output);
1537 &dst->rr_output, 1);
1719 RROutput rr_output)
1733 output->rr_output = rr_output;
3135 output = XRRGetOutputInfo(dpy, res, clone->src.rr_output);
3141 XRRDeleteOutputMode(dpy, clone->src.rr_output, output->modes[j]);
3444 if (clone->dst.rr_output == ro->output)