From 834537e212e01314b60737278b7abc6bb7cef102 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 17 May 2004 07:19:49 +0000 Subject: [PATCH] Make kaaMoveInPixmap public. This will be used by the ATI driver's xvideo support to ensure that the destination is in framebuffer. --- hw/kdrive/src/kaa.c | 2 +- hw/kdrive/src/kaa.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hw/kdrive/src/kaa.c b/hw/kdrive/src/kaa.c index 86839d0daf..4d33d5619d 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 c7491ab7aa..b6ab4237ab 100644 --- a/hw/kdrive/src/kaa.h +++ b/hw/kdrive/src/kaa.h @@ -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,