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. --- ChangeLog | 6 ++++++ src/savage_video.c | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 59c3092..3a723e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-07 Aaron Plattner + + * src/savage_video.c: (SavagePutImage): + Add a DrawablePtr argument to the XV functions to pave the way for + redirected video. + 2006-04-07 Adam Jackson * configure.ac: 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