summaryrefslogtreecommitdiff
path: root/include/X11/fonts/fontxlfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/fonts/fontxlfd.h')
-rw-r--r--include/X11/fonts/fontxlfd.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/X11/fonts/fontxlfd.h b/include/X11/fonts/fontxlfd.h
index 759d41e..49769bc 100644
--- a/include/X11/fonts/fontxlfd.h
+++ b/include/X11/fonts/fontxlfd.h
@@ -27,6 +27,7 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
+/* $XFree86: xc/lib/font/include/fontxlfd.h,v 1.6 2001/12/14 19:56:55 dawes Exp $ */
/*
* Author: Keith Packard, MIT X Consortium
@@ -63,7 +64,6 @@ from The Open Group.
#define XLFD_NDIGITS 3 /* Round numbers in pixel and
point arrays to this many
digits for repeatability */
-double xlfd_round_double();
typedef struct _FontScalable {
int values_supplied; /* Bitmap identifying what advanced
@@ -87,8 +87,10 @@ typedef struct _FontScalable {
fsRange *ranges;
} FontScalableRec, *FontScalablePtr;
-extern Bool FontParseXLFDName();
-extern fsRange *FontParseRanges();
+
+extern double xlfd_round_double ( double x );
+extern Bool FontParseXLFDName ( char *fname, FontScalablePtr vals, int subst );
+extern fsRange *FontParseRanges ( char *name, int *nranges );
#define FONT_XLFD_REPLACE_NONE 0
#define FONT_XLFD_REPLACE_STAR 1