From efb23e12f1bcae10a324dadc802322238091b48c Mon Sep 17 00:00:00 2001 From: Aaron Plattner Date: Fri, 7 Apr 2006 23:13:19 +0000 Subject: Add a DrawablePtr argument to the XV functions to pave the way for redirected video. --- src/savage_video.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/savage_video.c') diff --git a/src/savage_video.c b/src/savage_video.c index bea3d89..65f1ff9 100644 --- a/src/savage_video.c +++ b/src/savage_video.c @@ -34,7 +34,8 @@ static void SavageQueryBestSize(ScrnInfoPtr, Bool, short, short, short, short, unsigned int *, unsigned int *, pointer); static int SavagePutImage( 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); static int SavageQueryImageAttributes(ScrnInfoPtr, int, unsigned short *, unsigned short *, int *, int *); @@ -1743,7 +1744,8 @@ SavagePutImage( int id, unsigned char* buf, short width, short height, Bool sync, - RegionPtr clipBoxes, pointer data + RegionPtr clipBoxes, pointer data, + DrawablePtr pDraw ){ SavagePortPrivPtr pPriv = (SavagePortPrivPtr)data; SavagePtr psav = SAVPTR(pScrn); -- cgit v1.2.3