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>
This commit is contained in:
parent
180a5aba4d
commit
e6ea3147bf
|
@ -790,6 +790,9 @@ exaMoveOutPixmap (PixmapPtr pPixmap);
|
||||||
void *
|
void *
|
||||||
exaGetPixmapDriverPrivate(PixmapPtr p);
|
exaGetPixmapDriverPrivate(PixmapPtr p);
|
||||||
|
|
||||||
|
CARD32
|
||||||
|
exaGetPixmapFirstPixel (PixmapPtr pPixmap);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns TRUE if the given planemask covers all the significant bits in the
|
* Returns TRUE if the given planemask covers all the significant bits in the
|
||||||
* pixel values for pDrawable.
|
* pixel values for pDrawable.
|
||||||
|
|
|
@ -291,9 +291,6 @@ ExaCheckGetSpans (DrawablePtr pDrawable,
|
||||||
int nspans,
|
int nspans,
|
||||||
char *pdstStart);
|
char *pdstStart);
|
||||||
|
|
||||||
CARD32
|
|
||||||
exaGetPixmapFirstPixel (PixmapPtr pPixmap);
|
|
||||||
|
|
||||||
/* exa_accel.c */
|
/* exa_accel.c */
|
||||||
|
|
||||||
static _X_INLINE Bool
|
static _X_INLINE Bool
|
||||||
|
|
Loading…
Reference in New Issue