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;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
void
|
||||||
kaaMoveInPixmap (PixmapPtr pPixmap)
|
kaaMoveInPixmap (PixmapPtr pPixmap)
|
||||||
{
|
{
|
||||||
ScreenPtr pScreen = pPixmap->drawable.pScreen;
|
ScreenPtr pScreen = pPixmap->drawable.pScreen;
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue