Rootless: Use miPaintWindow since PaintWindowBackground is dead
(cherry picked from commit 4975c087257b52189a5c21d93d121f183e60e4c8)
This commit is contained in:
		
							parent
							
								
									ec9e9c8bca
								
							
						
					
					
						commit
						7c158ffa76
					
				| 
						 | 
				
			
			@ -481,8 +481,7 @@ static void expose_1 (WindowPtr pWin) {
 | 
			
		|||
    if (!pWin->realized)
 | 
			
		||||
        return;
 | 
			
		||||
    
 | 
			
		||||
    (*pWin->drawable.pScreen->PaintWindowBackground) (pWin, &pWin->borderClip,
 | 
			
		||||
                                                      PW_BACKGROUND);
 | 
			
		||||
    miPaintWindow(pWin, &pWin->borderClip, PW_BACKGROUND);
 | 
			
		||||
    
 | 
			
		||||
    /* FIXME: comments in windowstr.h indicate that borderClip doesn't
 | 
			
		||||
     include subwindow visibility. But I'm not so sure.. so we may
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue