xserver/hw/kdrive/src kaa.c,1.25,1.26 kaa.h,1.3,1.4
Eric Anholt
xserver-commit at pdx.freedesktop.org
Mon May 17 00:19:51 PDT 2004
Committed by: anholt
Update of /cvs/xserver/xserver/hw/kdrive/src
In directory pdx:/home/anholt/xserver/hw/kdrive/src
Modified Files:
kaa.c kaa.h
Log Message:
Make kaaMoveInPixmap public. This will be used by the ATI
driver's xvideo support to ensure that the destination is
in framebuffer.
Index: kaa.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/src/kaa.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- a/kaa.c 14 May 2004 00:34:28 -0000 1.25
+++ b/kaa.c 17 May 2004 07:19:48 -0000 1.26
@@ -145,7 +145,7 @@
return TRUE;
}
-static void
+void
kaaMoveInPixmap (PixmapPtr pPixmap)
{
ScreenPtr pScreen = pPixmap->drawable.pScreen;
Index: kaa.h
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/src/kaa.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/kaa.h 14 May 2004 00:34:28 -0000 1.3
+++ b/kaa.h 17 May 2004 07:19:49 -0000 1.4
@@ -65,6 +65,9 @@
kaaGetOffscreenPixmap (DrawablePtr pDrawable, int *xp, int *yp);
void
+kaaMoveInPixmap (PixmapPtr pPixmap);
+
+void
kaaCopyNtoN (DrawablePtr pSrcDrawable,
DrawablePtr pDstDrawable,
GCPtr pGC,
More information about the xserver-commit
mailing list