diff options
Diffstat (limited to 'lib/libXfont/src/fc')
-rw-r--r-- | lib/libXfont/src/fc/Makefile.in | 7 | ||||
-rw-r--r-- | lib/libXfont/src/fc/fsconvert.c | 2 | ||||
-rw-r--r-- | lib/libXfont/src/fc/fserve.c | 3 | ||||
-rw-r--r-- | lib/libXfont/src/fc/fserve.h | 5 | ||||
-rw-r--r-- | lib/libXfont/src/fc/fservestr.h | 11 | ||||
-rw-r--r-- | lib/libXfont/src/fc/fsio.c | 2 | ||||
-rw-r--r-- | lib/libXfont/src/fc/fsio.h | 9 | ||||
-rw-r--r-- | lib/libXfont/src/fc/fslibos.h | 2 |
8 files changed, 7 insertions, 34 deletions
diff --git a/lib/libXfont/src/fc/Makefile.in b/lib/libXfont/src/fc/Makefile.in index 01927e9d0..23bc07851 100644 --- a/lib/libXfont/src/fc/Makefile.in +++ b/lib/libXfont/src/fc/Makefile.in @@ -116,7 +116,11 @@ FREETYPE_REQUIRES = @FREETYPE_REQUIRES@ GREP = @GREP@ HAVE_FOP_FALSE = @HAVE_FOP_FALSE@ HAVE_FOP_TRUE = @HAVE_FOP_TRUE@ +HAVE_STYLESHEETS_FALSE = @HAVE_STYLESHEETS_FALSE@ +HAVE_STYLESHEETS_TRUE = @HAVE_STYLESHEETS_TRUE@ HAVE_XMLTO_FALSE = @HAVE_XMLTO_FALSE@ +HAVE_XMLTO_TEXT_FALSE = @HAVE_XMLTO_TEXT_FALSE@ +HAVE_XMLTO_TEXT_TRUE = @HAVE_XMLTO_TEXT_TRUE@ HAVE_XMLTO_TRUE = @HAVE_XMLTO_TRUE@ INSTALL_CMD = @INSTALL_CMD@ INSTALL_DATA = @INSTALL_DATA@ @@ -155,6 +159,7 @@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ +STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ VERSION = @VERSION@ XFONT_BDFFORMAT_FALSE = @XFONT_BDFFORMAT_FALSE@ XFONT_BDFFORMAT_TRUE = @XFONT_BDFFORMAT_TRUE@ @@ -176,6 +181,8 @@ XFONT_SNFFORMAT_FALSE = @XFONT_SNFFORMAT_FALSE@ XFONT_SNFFORMAT_TRUE = @XFONT_SNFFORMAT_TRUE@ XMLTO = @XMLTO@ XORG_MAN_PAGE = @XORG_MAN_PAGE@ +XORG_SGML_PATH = @XORG_SGML_PATH@ +XSL_STYLESHEET = @XSL_STYLESHEET@ X_BZIP2_FONT_COMPRESSION_FALSE = @X_BZIP2_FONT_COMPRESSION_FALSE@ X_BZIP2_FONT_COMPRESSION_TRUE = @X_BZIP2_FONT_COMPRESSION_TRUE@ X_GZIP_FONT_COMPRESSION = @X_GZIP_FONT_COMPRESSION@ diff --git a/lib/libXfont/src/fc/fsconvert.c b/lib/libXfont/src/fc/fsconvert.c index 724bc5fb4..15c5e4200 100644 --- a/lib/libXfont/src/fc/fsconvert.c +++ b/lib/libXfont/src/fc/fsconvert.c @@ -1,4 +1,3 @@ -/* $Xorg: fsconvert.c,v 1.3 2000/08/17 19:46:36 cpqbld Exp $ */ /* * Copyright 1990 Network Computing Devices * @@ -22,7 +21,6 @@ * * Author: Dave Lemke, Network Computing Devices, Inc */ -/* $XFree86: xc/lib/font/fc/fsconvert.c,v 1.14 2003/08/30 18:06:29 dawes Exp $ */ /* * FS data conversion */ diff --git a/lib/libXfont/src/fc/fserve.c b/lib/libXfont/src/fc/fserve.c index 2ba08e8b0..b02b0b749 100644 --- a/lib/libXfont/src/fc/fserve.c +++ b/lib/libXfont/src/fc/fserve.c @@ -1,5 +1,3 @@ -/* $XdotOrg: lib/Xfont/src/fc/fserve.c,v 1.8 2005/07/09 06:36:12 keithp Exp $ */ -/* $Xorg: fserve.c,v 1.4 2001/02/09 02:04:02 xorgcvs Exp $ */ /* Copyright 1990, 1998 The Open Group @@ -25,7 +23,6 @@ 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/fc/fserve.c,v 3.26tsi Exp $ */ /* * Copyright 1990 Network Computing Devices diff --git a/lib/libXfont/src/fc/fserve.h b/lib/libXfont/src/fc/fserve.h index 3254f40fa..5999861b6 100644 --- a/lib/libXfont/src/fc/fserve.h +++ b/lib/libXfont/src/fc/fserve.h @@ -1,4 +1,3 @@ -/* $Xorg: fserve.h,v 1.3 2000/08/17 19:46:36 cpqbld Exp $ */ /* * Copyright 1990 Network Computing Devices * @@ -24,7 +23,6 @@ * Author: Dave Lemke, Network Computing Devices, Inc * */ -/* $XFree86: xc/lib/font/fc/fserve.h,v 1.4 2001/01/17 19:43:29 dawes Exp $ */ #ifndef _FSERVE_H_ #define _FSERVE_H_ @@ -80,9 +78,6 @@ extern FontPtr fs_create_font (FontPathElementPtr fpe, fsBitmapFormatMask fmask); extern int fs_load_all_glyphs ( FontPtr pfont ); -extern int _fs_load_glyphs ( pointer client, FontPtr pfont, Bool range_flag, - unsigned int nchars, int item_size, - unsigned char *data ); /* * These should be declared elsewhere, but I'm concerned that moving them diff --git a/lib/libXfont/src/fc/fservestr.h b/lib/libXfont/src/fc/fservestr.h index 0e4166642..a6d0d1d53 100644 --- a/lib/libXfont/src/fc/fservestr.h +++ b/lib/libXfont/src/fc/fservestr.h @@ -1,4 +1,3 @@ -/* $Xorg: fservestr.h,v 1.3 2000/08/17 19:46:36 cpqbld Exp $ */ /* * Copyright 1990 Network Computing Devices * @@ -23,7 +22,6 @@ * * Author: Dave Lemke, Network Computing Devices, Inc */ -/* $XFree86: xc/lib/font/fc/fservestr.h,v 3.3 2001/01/17 19:43:29 dawes Exp $ */ #ifndef _FSERVESTR_H_ #define _FSERVESTR_H_ @@ -197,15 +195,6 @@ extern int fs_build_range ( FontPtr pfont, Bool range_flag, extern void _fs_clean_aborted_loadglyphs ( FontPtr pfont, int num_expected_ranges, fsRange *expected_ranges ); -extern int _fs_check_extents ( FontPtr pfont, Mask flags, int nranges, - fsRange *range, FSBlockDataPtr blockrec ); -extern int _fs_check_bitmaps ( FontPtr pfont, fsBitmapFormat format, - Mask flags, int nranges, fsRange *range, - FSBlockDataPtr blockrec ); -extern int _fs_get_glyphs ( FontPtr pFont, unsigned long count, - unsigned char *chars, FontEncoding charEncoding, - unsigned long *glyphCount, CharInfoPtr *glyphs ); -extern void _fs_unload_font ( FontPtr pfont ); extern void _fs_init_font ( FontPtr pfont ); extern pointer fs_alloc_glyphs (FontPtr pFont, int size); #endif /* _FSERVESTR_H_ */ diff --git a/lib/libXfont/src/fc/fsio.c b/lib/libXfont/src/fc/fsio.c index 79dc0d695..63d3b4f3c 100644 --- a/lib/libXfont/src/fc/fsio.c +++ b/lib/libXfont/src/fc/fsio.c @@ -1,4 +1,3 @@ -/* $Xorg: fsio.c,v 1.3 2000/08/17 19:46:36 cpqbld Exp $ */ /* * Copyright 1990 Network Computing Devices * @@ -23,7 +22,6 @@ * * Author: Dave Lemke, Network Computing Devices, Inc */ -/* $XFree86: xc/lib/font/fc/fsio.c,v 3.16tsi Exp $ */ /* * font server i/o routines */ diff --git a/lib/libXfont/src/fc/fsio.h b/lib/libXfont/src/fc/fsio.h index 224143601..bd0c621e8 100644 --- a/lib/libXfont/src/fc/fsio.h +++ b/lib/libXfont/src/fc/fsio.h @@ -1,4 +1,3 @@ -/* $Xorg: fsio.h,v 1.3 2000/08/17 19:46:36 cpqbld Exp $ */ /* * Copyright 1990 Network Computing Devices * @@ -23,7 +22,6 @@ * * Author: Dave Lemke, Network Computing Devices, Inc */ -/* $XFree86: xc/lib/font/fc/fsio.h,v 1.5 1999/12/30 02:39:06 robin Exp $ */ #ifndef _FSIO_H_ #define _FSIO_H_ @@ -133,18 +131,11 @@ typedef struct _fs_fpe_data { extern Bool _fs_reopen_server ( FSFpePtr conn ); extern int _fs_write ( FSFpePtr conn, char *data, long size ); extern int _fs_write_pad ( FSFpePtr conn, char *data, long len ); -extern int _fs_data_ready ( FSFpePtr conn ); extern int _fs_wait_for_readable ( FSFpePtr conn, int ms ); -extern int _fs_set_bit ( fd_set * mask, int fd ); -extern int _fs_is_bit_set ( fd_set * mask, int fd ); -extern void _fs_bit_clear ( fd_set * mask, int fd ); -extern int _fs_any_bit_set ( fd_set * mask ); -extern void _fs_or_bits ( fd_set * dst, fd_set * m1, fd_set * m2 ); extern long _fs_pad_length (long len); extern void _fs_connection_died ( FSFpePtr conn ); -extern int _fs_fill (FSFpePtr conn); extern int _fs_flush (FSFpePtr conn); extern void _fs_mark_block (FSFpePtr conn, CARD32 mask); extern void _fs_unmark_block (FSFpePtr conn, CARD32 mask); diff --git a/lib/libXfont/src/fc/fslibos.h b/lib/libXfont/src/fc/fslibos.h index 65c440c7a..c49f52e5b 100644 --- a/lib/libXfont/src/fc/fslibos.h +++ b/lib/libXfont/src/fc/fslibos.h @@ -1,4 +1,3 @@ -/* $Xorg: fslibos.h,v 1.4 2001/02/09 02:04:03 xorgcvs Exp $ */ /* * Copyright 1990 Network Computing Devices; * Portions Copyright 1987 by Digital Equipment Corporation @@ -31,7 +30,6 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/lib/font/fc/fslibos.h,v 3.8 2003/08/29 18:01:14 herrb Exp $ */ /* * FSlib networking & os include file |