Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 249680 | Differences between
and this patch

Collapse All | Expand All

(-)driver/screens.c.orig (-1 / +1 lines)
Lines 436-442 Link Here
436
              XRROutputInfo *rroi = XRRGetOutputInfo (dpy, res, 
436
              XRROutputInfo *rroi = XRRGetOutputInfo (dpy, res, 
437
                                                      res->outputs[k]);
437
                                                      res->outputs[k]);
438
              RRCrtc crtc = (rroi->crtc  ? rroi->crtc :
438
              RRCrtc crtc = (rroi->crtc  ? rroi->crtc :
439
                             rroi->crtcs ? rroi->crtcs[0] : 0);
439
                             rroi->ncrtc ? rroi->crtcs[0] : 0);
440
              XRRCrtcInfo *crtci = (crtc ? XRRGetCrtcInfo(dpy, res, crtc) : 0);
440
              XRRCrtcInfo *crtci = (crtc ? XRRGetCrtcInfo(dpy, res, crtc) : 0);
441
441
442
              monitors[j] = m;
442
              monitors[j] = m;

Return to bug 249680