Module Name:    xsrc
Committed By:   mrg
Date:           Tue Nov 23 08:15:57 UTC 2010

Modified Files:
        xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa: xaalocal.h

Log Message:
re-merge our local change to add XAAFillScanlineImageWriteRects()


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
    xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa/xaalocal.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa/xaalocal.h
diff -u xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa/xaalocal.h:1.6 xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa/xaalocal.h:1.7
--- xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa/xaalocal.h:1.6	Tue Nov 23 06:38:11 2010
+++ xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa/xaalocal.h	Tue Nov 23 08:15:56 2010
@@ -595,6 +595,17 @@
     PixmapPtr pPix
 );
 
+void 
+XAAFillScanlineImageWriteRects(
+    ScrnInfoPtr pScrn,
+    int rop,
+    unsigned int planemask,
+    int nBox,
+    BoxPtr pBox,
+    int xorg, int yorg,
+    PixmapPtr pPix
+);
+
 extern _X_EXPORT void
 XAAPolyFillRect(
     DrawablePtr pDraw,

Reply via email to