$NetBSD$

Changes from NetBSD xsrc/external/mit/xorg-server/dist/\
hw/xfree86/xaa/xaalocal.h

----------------------------
revision 1.2
date: 2009/02/19 20:02:02;  author: macallan;  state: Exp;  lines: +11 -0
Actually use scanline image writes to upload images if available
----------------------------

--- hw/xfree86/xaa/xaalocal.h.orig	2008-06-10 19:57:19.000000000 +0200
+++ hw/xfree86/xaa/xaalocal.h
@@ -602,6 +602,17 @@ XAAFillImageWriteRects(
     PixmapPtr pPix
 );
 
+void 
+XAAFillScanlineImageWriteRects(
+    ScrnInfoPtr pScrn,
+    int rop,
+    unsigned int planemask,
+    int nBox,
+    BoxPtr pBox,
+    int xorg, int yorg,
+    PixmapPtr pPix
+);
+
 void
 XAAPolyFillRect(
     DrawablePtr pDraw,
