summaryrefslogtreecommitdiff
path: root/src/atimach64xv.c
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2006-04-07 23:06:02 +0000
committerAaron Plattner <aplattner@nvidia.com>2006-04-07 23:06:02 +0000
commitd706f494ed22afd369991e8c75a2d4f5aed15305 (patch)
treecbdf16fe60928d3fe5c288f018397329b0531068 /src/atimach64xv.c
parentf94685aec26b65f60c00a4b1bcd8f26bd80eb6e4 (diff)
Add a DrawablePtr argument to the XV functions to pave the way for
redirected video.
Diffstat (limited to 'src/atimach64xv.c')
-rw-r--r--src/atimach64xv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/atimach64xv.c b/src/atimach64xv.c
index 2ce4ce3..75cda6c 100644
--- a/src/atimach64xv.c
+++ b/src/atimach64xv.c
@@ -944,7 +944,8 @@ ATIMach64PutImage
short Height,
Bool Synchronise,
RegionPtr pClip,
- pointer Data
+ pointer Data,
+ DrawablePtr pDraw
)
{
ATIPtr pATI = Data;