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:
Eric Anholt 2004-05-17 07:19:49 +00:00
parent 85f46e0bcd
commit 834537e212
2 changed files with 4 additions and 1 deletions

View File

@ -145,7 +145,7 @@ kaaPixmapAllocArea (PixmapPtr pPixmap)
return TRUE; return TRUE;
} }
static void void
kaaMoveInPixmap (PixmapPtr pPixmap) kaaMoveInPixmap (PixmapPtr pPixmap)
{ {
ScreenPtr pScreen = pPixmap->drawable.pScreen; ScreenPtr pScreen = pPixmap->drawable.pScreen;

View File

@ -64,6 +64,9 @@ kaaPixmapIsOffscreen(PixmapPtr p);
PixmapPtr PixmapPtr
kaaGetOffscreenPixmap (DrawablePtr pDrawable, int *xp, int *yp); kaaGetOffscreenPixmap (DrawablePtr pDrawable, int *xp, int *yp);
void
kaaMoveInPixmap (PixmapPtr pPixmap);
void void
kaaCopyNtoN (DrawablePtr pSrcDrawable, kaaCopyNtoN (DrawablePtr pSrcDrawable,
DrawablePtr pDstDrawable, DrawablePtr pDstDrawable,