summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernardo Innocenti <bernie@codewiz.org>2008-01-13 19:50:37 -0500
committerBernardo Innocenti <bernie@codewiz.org>2008-01-14 13:09:13 -0500
commite6ea3147bfb686798dac381eb8900f9f18beb88e (patch)
treef9fd8f0bcbe23961badb3c96fe521b0b40b4dc26
parent180a5aba4de3104fed8bc4e7d42a1e3a51575318 (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.h3
-rw-r--r--exa/exa_priv.h3
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