diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-03-19 17:42:23 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2008-03-19 17:42:23 -0400 |
commit | 6127349c9625ae3b50c40fd3641847be3ca18795 (patch) | |
tree | 56487292b450adf6357fc838093051c288d2dfd7 | |
parent | 56a1c9f07886d40c25baa31b6d02f5ee0efd749a (diff) |
[PATCH] Compile warning fixes.
Add missing prototypes to atimach64accel.h.
-rw-r--r-- | src/atimach64accel.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/atimach64accel.h b/src/atimach64accel.h index 6a7d5b2..a8585d5 100644 --- a/src/atimach64accel.h +++ b/src/atimach64accel.h @@ -39,4 +39,16 @@ extern Bool ATIMach64AccelInit(ScreenPtr); #endif extern void ATIMach64Sync(ScrnInfoPtr); +/* atimach64accel.c */ +extern void ATIMach64ValidateClip(ATIPtr, int, int, int, int); + +#ifdef USE_EXA +/* atimach64render.c */ +extern Bool Mach64CheckComposite(int, PicturePtr, PicturePtr, PicturePtr); +extern Bool Mach64PrepareComposite(int, PicturePtr, PicturePtr, PicturePtr, + PixmapPtr, PixmapPtr, PixmapPtr); +extern void Mach64Composite(PixmapPtr, int, int, int, int, int, int, int, int); +extern void Mach64DoneComposite(PixmapPtr); +#endif + #endif /* ___ATIMACH64ACCEL_H___ */ |