Alberto Milone <[email protected]> writes:

> +    if (pScreen->isGPU) {
> +        master = pScreen->current_master;
> +        if (!master)
> +            return;
> +        mastersp = rrGetScrPriv(master);
>      }
> +    else {
> +        master = pScreen;
> +        mastersp = pScrPriv;
> +    }
> +
> +    RRSetChanged(pScreen);

Don't you want to pass 'master' here?

> +    if (configChanged)
> +        mastersp->configChanged = TRUE;
>  }
>  
>  /*
> -- 
> 1.7.9.5
>

-- 
[email protected]

Attachment: pgpWr37DZduVa.pgp
Description: PGP signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to