diff options
author | Luc Verhaegen <libv@skynet.be> | 2006-04-14 03:37:35 +0200 |
---|---|---|
committer | Luc Verhaegen <libv@skynet.be> | 2006-04-14 03:37:35 +0200 |
commit | b91ceaebdf6d9b9c0fabd13e9f3e771a76441836 (patch) | |
tree | ac2e202c4f760d2abf475e236eda3858f370eba9 | |
parent | 05cd9702feae129e943c2e11ea63109575e56a4b (diff) |
Adjust to Xv ABI change.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/atimach64xv.c | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2006-04-14 Luc Verhaegen <libv@skynet.be> + * src/atimach64xv.c: + + Adjust to Xv ABI change. + +2006-04-14 Luc Verhaegen <libv@skynet.be> + * src/atipreinit.c: (Mach64ChipIDInfo) Fix missing break when further specifying pATI->Chip. diff --git a/src/atimach64xv.c b/src/atimach64xv.c index cba6f99..eab6244 100644 --- a/src/atimach64xv.c +++ b/src/atimach64xv.c @@ -942,7 +942,8 @@ ATIMach64PutImage short Height, Bool Synchronise, RegionPtr pClip, - pointer Data + pointer Data, + DrawablePtr pDraw ) { ATIPtr pATI = Data; |