[PATCH] exa: make the prototype for exaGetPixmapFirstPixel() public
Bernardo Innocenti
bernie at codewiz.org
Sun Jan 13 17:11:57 PST 2008
This fixes a warning in amd_drv which is using it.
Signed-off-by: Bernardo Innocenti <bernie at codewiz.org>
---
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 1ff0518..0774a70 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 de8b2f5..89f4718 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
--
1.5.4.rc2.84.gf85fd
More information about the xorg
mailing list