summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2006-04-07 23:07:55 +0000
committerAaron Plattner <aplattner@nvidia.com>2006-04-07 23:07:55 +0000
commit5157dee313f692258a07f6a757dbfe3ac5a7e4b7 (patch)
tree61031bd8962f86ea3c3675c66dbf43de39125287 /src
parent4ba290d181f169a1b42061a6c8bcad8a4c14c967 (diff)
Add a DrawablePtr argument to the XV functions to pave the way for
redirected video.
Diffstat (limited to 'src')
-rw-r--r--src/i740_video.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i740_video.c b/src/i740_video.c
index 0dd06e6..31c625e 100644
--- a/src/i740_video.c
+++ b/src/i740_video.c
@@ -629,7 +629,8 @@ static int I740PutImage(ScrnInfoPtr pScrn,
short src_w, short src_h, short drw_w, short drw_h,
int id, unsigned char* buf,
short width, short height,
- Bool sync, RegionPtr clipBoxes, pointer data
+ Bool sync, RegionPtr clipBoxes, pointer data,
+ DrawablePtr pDraw
)
{
ScreenPtr pScreen = pScrn->pScreen;