Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 649392
Collapse All | Expand All

(-)a/randr/randr.c (-1 / +2 lines)
Lines 602-607 RRTellChanged(ScreenPtr pScreen) Link Here
602
602
603
    if (pScreen->isGPU) {
603
    if (pScreen->isGPU) {
604
        master = pScreen->current_master;
604
        master = pScreen->current_master;
605
        if (!master)
606
            return;
605
        mastersp = rrGetScrPriv(master);
607
        mastersp = rrGetScrPriv(master);
606
    }
608
    }
607
    else {
609
    else {
608
- 

Return to bug 649392