summaryrefslogtreecommitdiff
path: root/exa/exa.h
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 /exa/exa.h
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>
Diffstat (limited to 'exa/exa.h')
-rw-r--r--exa/exa.h3
1 files changed, 3 insertions, 0 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.