hw/xwin: Update for renames in xserver/output API
Update commit ea47af87 renaming master_pixmap to primary_pixmap in
struct PixmapRec.
			
			
This commit is contained in:
		
							parent
							
								
									9fbd3e43dd
								
							
						
					
					
						commit
						4c2d1fe045
					
				| 
						 | 
				
			
			@ -1070,7 +1070,7 @@ winCreatePixmapMultiwindow(ScreenPtr pScreen, int width, int height, int depth,
 | 
			
		|||
    pPixmap->devKind = paddedwidth;
 | 
			
		||||
    pPixmap->refcnt = 1;
 | 
			
		||||
    pPixmap->devPrivate.ptr = NULL; // later set to pbBits
 | 
			
		||||
    pPixmap->master_pixmap = NULL;
 | 
			
		||||
    pPixmap->primary_pixmap = NULL;
 | 
			
		||||
#ifdef COMPOSITE
 | 
			
		||||
    pPixmap->screen_x = 0;
 | 
			
		||||
    pPixmap->screen_y = 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue