diff options
author | Bernardo Innocenti <bernie@codewiz.org> | 2008-01-13 19:50:37 -0500 |
---|---|---|
committer | Bernardo Innocenti <bernie@codewiz.org> | 2008-01-14 13:09:13 -0500 |
commit | e6ea3147bfb686798dac381eb8900f9f18beb88e (patch) | |
tree | f9fd8f0bcbe23961badb3c96fe521b0b40b4dc26 | |
parent | 180a5aba4de3104fed8bc4e7d42a1e3a51575318 (diff) |
exa: make the prototype for exaGetPixmapFirstPixel() public
This fixes a warning in amd_drv which is using it.
Signed-off-by: Bernardo Innocenti <bernie@codewiz.org>
-rw-r--r-- | exa/exa.h | 3 | ||||
-rw-r--r-- | exa/exa_priv.h | 3 |
2 files changed, 3 insertions, 3 deletions
@@ -790,6 +790,9 @@ exaMoveOutPixmap (PixmapPtr pPixmap); void * exaGetPixmapDriverPrivate(PixmapPtr p); +CARD32 +exaGetPixmapFirstPixel (PixmapPtr pPixmap); + /** * Returns TRUE if the given planemask covers all the significant bits in the * pixel values for pDrawable. diff --git a/exa/exa_priv.h b/exa/exa_priv.h index de8b2f541..89f47184f 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -291,9 +291,6 @@ ExaCheckGetSpans (DrawablePtr pDrawable, int nspans, char *pdstStart); -CARD32 -exaGetPixmapFirstPixel (PixmapPtr pPixmap); - /* exa_accel.c */ static _X_INLINE Bool |