diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2006-10-28 19:29:12 +0300 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-02-05 19:31:52 +0200 |
commit | bc3b222b57d7edf7bdce00a53e8abd9047c314a4 (patch) | |
tree | 7e75c6099ced5b9f46856042b37b8e1e22d394ba /src/atiaccel.h | |
parent | d876889add41c8052d4f3feaa21ddf384f5a7054 (diff) |
Consolidate atiaccel.c w/ atimach64accel.c, part 1.
Move ATIResizeOffscreenLinear() from atiaccel.c to atimach64xv.c and make it
static. It is only used by XV memory management functions.
Diffstat (limited to 'src/atiaccel.h')
-rw-r--r-- | src/atiaccel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/atiaccel.h b/src/atiaccel.h index d31335b1..44861236 100644 --- a/src/atiaccel.h +++ b/src/atiaccel.h @@ -30,6 +30,4 @@ extern Bool ATIInitializeAcceleration(ScreenPtr, ScrnInfoPtr, ATIPtr); -extern FBLinearPtr ATIResizeOffscreenLinear(ScreenPtr, FBLinearPtr, int); - #endif /* ___ATIACCEL_H___ */ |