[PATCH 3/7] glamor: Restore the hook to glamor_composite_rectangles().

Alex Deucher alexdeucher at gmail.com
Wed Jul 1 06:55:32 PDT 2015


On Tue, Jun 30, 2015 at 6:58 PM, Eric Anholt <eric at anholt.net> wrote:
> It was apparently accidentally dropped in keithp's removal of _nf
> functions in 90d326fcc687e6d6d4b308f6272ededcf8145a17.
>
> Signed-off-by: Eric Anholt <eric at anholt.net>

Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

> ---
>  glamor/glamor.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/glamor/glamor.c b/glamor/glamor.c
> index 71ca4f4..295f415 100644
> --- a/glamor/glamor.c
> +++ b/glamor/glamor.c
> @@ -544,7 +544,7 @@ glamor_init(ScreenPtr screen, unsigned int flags)
>      ps->AddTraps = glamor_add_traps;
>
>      glamor_priv->saved_procs.composite_rects = ps->CompositeRects;
> -    ps->CompositeRects = miCompositeRects;
> +    ps->CompositeRects = glamor_composite_rectangles;
>
>      glamor_priv->saved_procs.glyphs = ps->Glyphs;
>      ps->Glyphs = glamor_composite_glyphs;
> --
> 2.1.4
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel


More information about the xorg-devel mailing list