summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2006-04-14 03:37:35 +0200
committerLuc Verhaegen <libv@skynet.be>2006-04-14 03:37:35 +0200
commitb91ceaebdf6d9b9c0fabd13e9f3e771a76441836 (patch)
treeac2e202c4f760d2abf475e236eda3858f370eba9
parent05cd9702feae129e943c2e11ea63109575e56a4b (diff)
Adjust to Xv ABI change.
-rw-r--r--ChangeLog6
-rw-r--r--src/atimach64xv.c3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b952e0d..0e85f5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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;