summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2004-05-17 07:19:49 +0000
committerEric Anholt <anholt@freebsd.org>2004-05-17 07:19:49 +0000
commit834537e212e01314b60737278b7abc6bb7cef102 (patch)
treece79b3db83b9a28f9896881adb675e268e6e1c10
parent85f46e0bcdf60d145a6868ee71d10688c9113e6e (diff)
Make kaaMoveInPixmap public. This will be used by the ATI driver's xvideo
support to ensure that the destination is in framebuffer.
-rw-r--r--hw/kdrive/src/kaa.c2
-rw-r--r--hw/kdrive/src/kaa.h3
2 files changed, 4 insertions, 1 deletions
diff --git a/hw/kdrive/src/kaa.c b/hw/kdrive/src/kaa.c
index 86839d0da..4d33d5619 100644
--- a/hw/kdrive/src/kaa.c
+++ b/hw/kdrive/src/kaa.c
@@ -145,7 +145,7 @@ kaaPixmapAllocArea (PixmapPtr pPixmap)
return TRUE;
}
-static void
+void
kaaMoveInPixmap (PixmapPtr pPixmap)
{
ScreenPtr pScreen = pPixmap->drawable.pScreen;
diff --git a/hw/kdrive/src/kaa.h b/hw/kdrive/src/kaa.h
index c7491ab7a..b6ab4237a 100644
--- a/hw/kdrive/src/kaa.h
+++ b/hw/kdrive/src/kaa.h
@@ -65,6 +65,9 @@ PixmapPtr
kaaGetOffscreenPixmap (DrawablePtr pDrawable, int *xp, int *yp);
void
+kaaMoveInPixmap (PixmapPtr pPixmap);
+
+void
kaaCopyNtoN (DrawablePtr pSrcDrawable,
DrawablePtr pDstDrawable,
GCPtr pGC,