mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 18:54:38 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -291,9 +291,6 @@ ExaCheckGetSpans (DrawablePtr pDrawable,
|
||||
int nspans,
|
||||
char *pdstStart);
|
||||
|
||||
CARD32
|
||||
exaGetPixmapFirstPixel (PixmapPtr pPixmap);
|
||||
|
||||
/* exa_accel.c */
|
||||
|
||||
static _X_INLINE Bool
|
||||
|
||||
Reference in New Issue
Block a user