glamor: Restore the hook to glamor_composite_rectangles().
It was apparently accidentally dropped in keithp's removal of _nf
functions in 90d326fcc6.
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
			
			
This commit is contained in:
		
							parent
							
								
									7adb38a0d1
								
							
						
					
					
						commit
						cad56dc62d
					
				| 
						 | 
					@ -616,7 +616,7 @@ glamor_init(ScreenPtr screen, unsigned int flags)
 | 
				
			||||||
    ps->AddTraps = glamor_add_traps;
 | 
					    ps->AddTraps = glamor_add_traps;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    glamor_priv->saved_procs.composite_rects = ps->CompositeRects;
 | 
					    glamor_priv->saved_procs.composite_rects = ps->CompositeRects;
 | 
				
			||||||
    ps->CompositeRects = miCompositeRects;
 | 
					    ps->CompositeRects = glamor_composite_rectangles;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    glamor_priv->saved_procs.glyphs = ps->Glyphs;
 | 
					    glamor_priv->saved_procs.glyphs = ps->Glyphs;
 | 
				
			||||||
    ps->Glyphs = glamor_composite_glyphs;
 | 
					    ps->Glyphs = glamor_composite_glyphs;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue