diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2006-04-07 23:06:02 +0000 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2006-04-07 23:06:02 +0000 |
commit | d706f494ed22afd369991e8c75a2d4f5aed15305 (patch) | |
tree | cbdf16fe60928d3fe5c288f018397329b0531068 /src/atimach64xv.c | |
parent | f94685aec26b65f60c00a4b1bcd8f26bd80eb6e4 (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.c | 3 |
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; |