Lines Matching defs:rr_output
143 RROutput rr_output;
619 if (XRRGetOutputProperty(clone->dst.dpy, clone->dst.rr_output,
623 XRRChangeOutputProperty(clone->src.dpy, clone->src.rr_output,
675 assert(clone->src.rr_output);
676 assert(clone->dst.rr_output);
683 from_info = XRRGetOutputInfo(clone->dst.dpy, from_res, clone->dst.rr_output);
696 to_info = XRRGetOutputInfo(clone->src.dpy, to_res, clone->src.rr_output);
766 XRRDeleteOutputMode(clone->src.dpy, clone->src.rr_output, to_info->modes[i]);
813 XRRAddOutputMode(clone->src.dpy, clone->src.rr_output, id);
847 assert(clone->src.rr_output);
853 info = XRRGetOutputInfo(clone->src.dpy, res, clone->src.rr_output);
868 XRRDeleteOutputMode(clone->src.dpy, clone->src.rr_output, info->modes[i]);
890 XRRAddOutputMode(clone->src.dpy, clone->src.rr_output, id);
911 RROutput rr_output = 0;
923 for (i = rr_output = 0; rr_output == 0 && i < res->noutput; i++) {
929 rr_output = res->outputs[i];
939 DBG(XRR, ("%s(%s): rr_output=%ld\n", __func__, output_name, (long)rr_output));
940 if (rr_output == 0)
952 XRRAddOutputMode(dpy, rr_output, id);
960 output = XRRGetOutputInfo(dpy, res, rr_output);
967 XRRDeleteOutputMode(dpy, rr_output, id);
977 return rr_output;
1376 o = XRRGetOutputInfo(dpy, res, output->rr_output);
1606 XRRAddOutputMode(dst->dpy, dst->rr_output, id);
1627 o = XRRGetOutputInfo(dst->dpy, res, dst->rr_output);
1662 &dst->rr_output, 1);
1872 RROutput rr_output)
1886 output->rr_output = rr_output;
3318 output = XRRGetOutputInfo(dpy, res, clone->src.rr_output);
3324 XRRDeleteOutputMode(dpy, clone->src.rr_output, output->modes[j]);
3719 if (clone->dst.rr_output == ro->output)