diff options
Diffstat (limited to 'include/X11/fonts/pcf.h')
-rw-r--r-- | include/X11/fonts/pcf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/fonts/pcf.h b/include/X11/fonts/pcf.h index a5fdbcd..3d47c66 100644 --- a/include/X11/fonts/pcf.h +++ b/include/X11/fonts/pcf.h @@ -88,7 +88,7 @@ typedef struct _PCFTable { #define PCF_GLYPH_NAMES (1<<7) #define PCF_BDF_ACCELERATORS (1<<8) -extern int pcfReadFont ( FontPtr pFont, FontFilePtr file, +extern int pcfReadFont ( FontPtr pFont, FontFilePtr file, int bit, int byte, int glyph, int scan ); extern int pcfReadFontInfo ( FontInfoPtr pFontInfo, FontFilePtr file ); extern int pcfWriteFont ( FontPtr pFont, FontFilePtr file ); |