From e6ea3147bfb686798dac381eb8900f9f18beb88e Mon Sep 17 00:00:00 2001 From: Bernardo Innocenti Date: Sun, 13 Jan 2008 19:50:37 -0500 Subject: [PATCH] exa: make the prototype for exaGetPixmapFirstPixel() public This fixes a warning in amd_drv which is using it. Signed-off-by: Bernardo Innocenti --- exa/exa.h | 3 +++ exa/exa_priv.h | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/exa/exa.h b/exa/exa.h index 1ff0518e4..0774a700a 100644 --- a/exa/exa.h +++ b/exa/exa.h @@ -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