diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:26:57 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:26:57 +0000 |
commit | ac8f15d8622a23dd57928f1c40da5ecafbb31492 (patch) | |
tree | b465a0b386ce699c33c736b3a341a183901f7f17 /src/FontInfo.c | |
parent | 917de4a98eeb9a7eafeab7ddd8e1b1ae6aae6514 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'src/FontInfo.c')
-rw-r--r-- | src/FontInfo.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/FontInfo.c b/src/FontInfo.c index bba8051..8437d8c 100644 --- a/src/FontInfo.c +++ b/src/FontInfo.c @@ -24,7 +24,7 @@ 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/X11/FontInfo.c,v 1.6 2001/12/14 19:54:00 dawes Exp $ */ +/* $XFree86: xc/lib/X11/FontInfo.c,v 1.7 2003/11/17 22:20:06 dawes Exp $ */ #define NEED_REPLIES #include "Xlibint.h" @@ -34,27 +34,16 @@ in this Software without prior written authorization from The Open Group. #endif #ifdef USE_XF86BIGFONT extern void _XF86BigfontFreeFontMetrics( -#if NeedFunctionPrototypes XFontStruct* /* fs */ -#endif ); #endif -#if NeedFunctionPrototypes char **XListFontsWithInfo( register Display *dpy, _Xconst char *pattern, /* null-terminated */ int maxNames, int *actualCount, /* RETURN */ XFontStruct **info) /* RETURN */ -#else -char **XListFontsWithInfo(dpy, pattern, maxNames, actualCount, info) -register Display *dpy; -char *pattern; /* null-terminated */ -int maxNames; -int *actualCount; /* RETURN */ -XFontStruct **info; /* RETURN */ -#endif { register long nbytes; register int i; |