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