diff options
author | Keith Packard <keithp@neko.keithp.com> | 2007-01-08 12:36:54 -0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2007-01-08 12:36:54 -0800 |
commit | da6a00f787e4d13e6b75768c1976f1c44ae5bf72 (patch) | |
tree | 86c92243fd4dfcb88e99a62fbab367f1d4b73d97 /src/i830_exa.c | |
parent | 66546d8a8006e1c828e18ccab850214fd8d56b63 (diff) |
Move EXA function declarations from source to header.
Several new global functions were not put into the header file leading to
potential mismatches between declaration and definition.
Diffstat (limited to 'src/i830_exa.c')
-rw-r--r-- | src/i830_exa.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/i830_exa.c b/src/i830_exa.c index 02ac9036..4944e409 100644 --- a/src/i830_exa.c +++ b/src/i830_exa.c @@ -109,18 +109,6 @@ union intfloat { OUT_RING(tmp.ui); \ } while(0) -extern Bool I830EXACheckComposite(int, PicturePtr, PicturePtr, PicturePtr); -extern Bool I830EXAPrepareComposite(int, PicturePtr, PicturePtr, PicturePtr, - PixmapPtr, PixmapPtr, PixmapPtr); -extern Bool I915EXACheckComposite(int, PicturePtr, PicturePtr, PicturePtr); -extern Bool I915EXAPrepareComposite(int, PicturePtr, PicturePtr, PicturePtr, - PixmapPtr, PixmapPtr, PixmapPtr); - -extern Bool I965EXACheckComposite(int, PicturePtr, PicturePtr, PicturePtr); -extern Bool I965EXAPrepareComposite(int, PicturePtr, PicturePtr, PicturePtr, - PixmapPtr, PixmapPtr, PixmapPtr); -extern void I965EXAComposite(PixmapPtr pDst, int srcX, int srcY, int maskX, - int maskY, int dstX, int dstY, int width, int height); /** * I830EXASync - wait for a command to finish * @pScreen: current screen |