mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user