mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-04 09:30:33 +01:00
Bug #3025: gcc4 build fix.
This commit is contained in:
parent
e40db7f26a
commit
504067819a
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ SOFTWARE.
|
|||
# define usePolyGlyphBlt miPolyGlyphBlt
|
||||
#endif
|
||||
|
||||
void cfbUnPushPixels (GCPtr, PixmapPtr, DrawablePtr, int, int, int, int);
|
||||
static void cfbUnPushPixels (GCPtr, PixmapPtr, DrawablePtr, int, int, int, int);
|
||||
|
||||
#ifdef FOUR_BIT_CODE
|
||||
# define usePushPixels cfbPushPixels8
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue