[PATCH:xf86-video-ast 3/3] Fix ASTPutImage function to match interface.

Thomas Klausner wiz at NetBSD.org
Fri Mar 21 15:43:44 PDT 2014


Signed-off-by: Thomas Klausner <wiz at NetBSD.org>
---
 src/ast_driver.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/ast_driver.c b/src/ast_driver.c
index 5f7fa8e..8bf55ba 100644
--- a/src/ast_driver.c
+++ b/src/ast_driver.c
@@ -129,7 +129,8 @@ static Bool ASTModeInit(ScrnInfoPtr pScrn, DisplayModePtr mode);
 static void ASTInitVideo(ScreenPtr pScreen);
 static int  ASTPutImage( ScrnInfoPtr,
         short, short, short, short, short, short, short, short,
-        int, unsigned char*, short, short, Bool, RegionPtr, pointer);
+        int, unsigned char*, short, short, Bool, RegionPtr, pointer,
+        DrawablePtr);
 #endif
 
 /*
@@ -2136,7 +2137,8 @@ static int ASTPutImage(ScrnInfoPtr pScrn,
                           int id, unsigned char* buf,
                           short width, short height,
                           Bool sync,
-                          RegionPtr clipBoxes, pointer data
+                          RegionPtr clipBoxes, pointer data,
+                          DrawablePtr pDraw
 )
 {
     ASTPtr pAST = ASTPTR(pScrn);
-- 
1.9.0



More information about the xorg-devel mailing list