mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 23:50:08 +01: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:
parent
180a5aba4d
commit
e6ea3147bf
2 changed files with 3 additions and 3 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.
|
||||
|
|
|
|||
|
|
@ -291,9 +291,6 @@ ExaCheckGetSpans (DrawablePtr pDrawable,
|
|||
int nspans,
|
||||
char *pdstStart);
|
||||
|
||||
CARD32
|
||||
exaGetPixmapFirstPixel (PixmapPtr pPixmap);
|
||||
|
||||
/* exa_accel.c */
|
||||
|
||||
static _X_INLINE Bool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue