summaryrefslogtreecommitdiff
path: root/src/i810_video.c
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2006-04-10 11:26:33 -0700
committerEric Anholt <anholt@FreeBSD.org>2006-04-10 11:26:33 -0700
commit43c93057c044f33c20b1dd639eaeabefc0901589 (patch)
tree45223cfd66939f8777b127f49bff3114f10c80df /src/i810_video.c
parent39bdfbb4c23c9ba2a44888f22330a892c4becedc (diff)
Add a DrawablePtr argument to the XV functions to pave the way for redirected
video.
Diffstat (limited to 'src/i810_video.c')
-rw-r--r--src/i810_video.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/i810_video.c b/src/i810_video.c
index 769db0f2..e65a7f6d 100644
--- a/src/i810_video.c
+++ b/src/i810_video.c
@@ -76,7 +76,8 @@ static void I810QueryBestSize(ScrnInfoPtr, Bool,
short, short, short, short, unsigned int *, unsigned int *, pointer);
static int I810PutImage( 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 I810QueryImageAttributes(ScrnInfoPtr,
int, unsigned short *, unsigned short *, int *, int *);
@@ -974,7 +975,8 @@ I810PutImage(
int id, unsigned char* buf,
short width, short height,
Bool sync,
- RegionPtr clipBoxes, pointer data
+ RegionPtr clipBoxes, pointer data,
+ DrawablePtr pDraw
){
I810Ptr pI810 = I810PTR(pScrn);
I810PortPrivPtr pPriv = (I810PortPrivPtr)data;