Lines Matching refs:from_res
671 XRRScreenResources *from_res = NULL, *to_res = NULL;
679 from_res = _XRRGetScreenResourcesCurrent(clone->dst.dpy, clone->dst.window);
680 if (from_res == NULL)
683 from_info = XRRGetOutputInfo(clone->dst.dpy, from_res, clone->dst.rr_output);
715 old = lookup_mode(from_res, from_info->modes[j]);
739 if (disable_crtc(clone->dst.dpy, from_res, from_info->crtc)) {
743 XRRCrtcInfo *c = XRRGetCrtcInfo(clone->dst.dpy, from_res, from_info->crtc);
775 mode = lookup_mode(from_res, from_info->modes[i]);
779 old = lookup_mode(from_res, from_info->modes[j]);
828 if (from_res)
829 XRRFreeScreenResources(from_res);