diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:43 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:43 +0000 |
commit | 408ada0589b76e0041f4c23ef92955b60ef215ef (patch) | |
tree | 10c13de192081b8a85819ca02d9e82f87feaab9c /xf86bigfont.h |
Initial revision
Diffstat (limited to 'xf86bigfont.h')
-rw-r--r-- | xf86bigfont.h | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/xf86bigfont.h b/xf86bigfont.h new file mode 100644 index 0000000..7d6d163 --- /dev/null +++ b/xf86bigfont.h @@ -0,0 +1,37 @@ +/* $XFree86: xc/include/extensions/xf86bigfont.h,v 1.2 2001/08/01 00:44:35 tsi Exp $ */ +/* + * Declarations for the BIGFONT extension. + * + * Copyright (c) 1999-2000 Bruno Haible + * Copyright (c) 1999-2000 The XFree86 Project, Inc. + */ + +/* THIS IS NOT AN X CONSORTIUM STANDARD */ + +#ifndef _XF86BIGFONT_H_ +#define _XF86BIGFONT_H_ + +#include <X11/Xfuncproto.h> + +#define X_XF86BigfontQueryVersion 0 +#define X_XF86BigfontQueryFont 1 + +#define XF86BigfontNumberEvents 0 + +#define XF86BigfontNumberErrors 0 + +#ifdef _XF86BIGFONT_SERVER_ + +_XFUNCPROTOBEGIN + +#include "font.h" + +extern void XFree86BigfontExtensionInit(void); +extern void XF86BigfontFreeFontShm(FontPtr); +extern void XF86BigfontCleanup(void); + +_XFUNCPROTOEND + +#endif /* _XF86BIGFONT_SERVER_ */ + +#endif /* _XF86BIGFONT_H_ */ |