Make kaaMoveInPixmap public. This will be used by the ATI driver's xvideo
support to ensure that the destination is in framebuffer.
This commit is contained in:
		
							parent
							
								
									85f46e0bcd
								
							
						
					
					
						commit
						834537e212
					
				| 
						 | 
				
			
			@ -145,7 +145,7 @@ kaaPixmapAllocArea (PixmapPtr pPixmap)
 | 
			
		|||
    return TRUE;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
void
 | 
			
		||||
kaaMoveInPixmap (PixmapPtr pPixmap)
 | 
			
		||||
{
 | 
			
		||||
    ScreenPtr	pScreen = pPixmap->drawable.pScreen;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -64,6 +64,9 @@ kaaPixmapIsOffscreen(PixmapPtr p);
 | 
			
		|||
PixmapPtr
 | 
			
		||||
kaaGetOffscreenPixmap (DrawablePtr pDrawable, int *xp, int *yp);
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
kaaMoveInPixmap (PixmapPtr pPixmap);
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
kaaCopyNtoN (DrawablePtr    pSrcDrawable,
 | 
			
		||||
	     DrawablePtr    pDstDrawable,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue