Module Name: xsrc
Committed By: mrg
Date: Sat Jul 23 09:32:57 UTC 2011
Modified Files:
xsrc/external/mit/xf86-video-ast/dist/src: ast_driver.c
Log Message:
adjust for xorg-server 1.9 APIs
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.5 -r1.2 \
xsrc/external/mit/xf86-video-ast/dist/src/ast_driver.c
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/xf86-video-ast/dist/src/ast_driver.c
diff -u xsrc/external/mit/xf86-video-ast/dist/src/ast_driver.c:1.1.1.5 xsrc/external/mit/xf86-video-ast/dist/src/ast_driver.c:1.2
--- xsrc/external/mit/xf86-video-ast/dist/src/ast_driver.c:1.1.1.5 Sat Jul 23 08:10:40 2011
+++ xsrc/external/mit/xf86-video-ast/dist/src/ast_driver.c Sat Jul 23 09:32:57 2011
@@ -122,7 +122,8 @@
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
/*
@@ -1862,7 +1863,8 @@
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);