diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2006-10-31 16:10:07 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-02-05 19:32:00 +0200 |
commit | 23b12b9ff55224e8c3c45eb58ea5fbf2f747d82e (patch) | |
tree | 1cfb22b70ab001da741ab06407ce3bc322f84d9d /src/atimach64accel.h | |
parent | bc3b222b57d7edf7bdce00a53e8abd9047c314a4 (diff) |
Consolidate atiaccel.c w/ atimach64accel.c, part 2.
Merge ATIInitializeAcceleration() in ATIMach64AccelInit().
Diffstat (limited to 'src/atimach64accel.h')
-rw-r--r-- | src/atimach64accel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atimach64accel.h b/src/atimach64accel.h index 1cdf6ca3..6a7d5b25 100644 --- a/src/atimach64accel.h +++ b/src/atimach64accel.h @@ -35,7 +35,7 @@ extern Bool ATIMach64ExaInit(ScreenPtr); #endif #ifdef USE_XAA -extern int ATIMach64AccelInit(ATIPtr, XAAInfoRecPtr); +extern Bool ATIMach64AccelInit(ScreenPtr); #endif extern void ATIMach64Sync(ScrnInfoPtr); |