Bug #3025: gcc4 build fix.
This commit is contained in:
parent
e40db7f26a
commit
504067819a
|
@ -85,7 +85,7 @@ SOFTWARE.
|
||||||
# define usePolyGlyphBlt miPolyGlyphBlt
|
# define usePolyGlyphBlt miPolyGlyphBlt
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void cfbUnPushPixels (GCPtr, PixmapPtr, DrawablePtr, int, int, int, int);
|
static void cfbUnPushPixels (GCPtr, PixmapPtr, DrawablePtr, int, int, int, int);
|
||||||
|
|
||||||
#ifdef FOUR_BIT_CODE
|
#ifdef FOUR_BIT_CODE
|
||||||
# define usePushPixels cfbPushPixels8
|
# define usePushPixels cfbPushPixels8
|
||||||
|
|
Loading…
Reference in New Issue