diff options
Diffstat (limited to 'src/util/utilbitmap.c')
-rw-r--r-- | src/util/utilbitmap.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/util/utilbitmap.c b/src/util/utilbitmap.c index c407f29..d832268 100644 --- a/src/util/utilbitmap.c +++ b/src/util/utilbitmap.c @@ -25,7 +25,9 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/lib/font/util/utilbitmap.c,v 1.5 2001/12/14 19:56:57 dawes Exp $ */ +/* $XFree86: xc/lib/font/util/utilbitmap.c,v 1.4 2001/01/17 19:43:34 dawes Exp $ */ + +#ifndef USE_INTERNAL_FREETYPE /* * Author: Keith Packard, MIT X Consortium @@ -181,3 +183,6 @@ RepadBitmap (char *pSrc, char *pDst, } return dstWidthBytes * height; } + +#endif /* !USE_INTERNAL_FREETYPE */ + |