diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-04-14 17:51:51 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-04-14 17:51:51 +0000 |
commit | 504067819a4f1a8564dcacc278933f533618b666 (patch) | |
tree | 61a9b5b3f3ff7efd8d7c56bb6208129d31ebc986 /cfb | |
parent | e40db7f26af39a8b1f3675a2c87ce90c4fd59d85 (diff) |
Bug #3025: gcc4 build fix.
Diffstat (limited to 'cfb')
-rw-r--r-- | cfb/cfbgc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfb/cfbgc.c b/cfb/cfbgc.c index 6c5d69d44..af739daa4 100644 --- a/cfb/cfbgc.c +++ b/cfb/cfbgc.c @@ -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 |