On Tue, Jun 30, 2015 at 6:58 PM, Eric Anholt <[email protected]> wrote: > It was apparently accidentally dropped in keithp's removal of _nf > functions in 90d326fcc687e6d6d4b308f6272ededcf8145a17. > > Signed-off-by: Eric Anholt <[email protected]>
Reviewed-by: Alex Deucher <[email protected]> > --- > 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 > > _______________________________________________ > [email protected]: X.Org development > Archives: http://lists.x.org/archives/xorg-devel > Info: http://lists.x.org/mailman/listinfo/xorg-devel _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
