diff options
Diffstat (limited to 'nx-X11/include/extensions/xf86bigfont.h')
-rw-r--r-- | nx-X11/include/extensions/xf86bigfont.h | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/nx-X11/include/extensions/xf86bigfont.h b/nx-X11/include/extensions/xf86bigfont.h new file mode 100644 index 000000000..654cc401b --- /dev/null +++ b/nx-X11/include/extensions/xf86bigfont.h @@ -0,0 +1,37 @@ +/* $XFree86: xc/include/extensions/xf86bigfont.h,v 1.1 2000/02/08 17:18:25 dawes 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 <X11/fonts/font.h> + +extern void XFree86BigfontExtensionInit(void); +extern void XF86BigfontFreeFontShm(FontPtr); +extern void XF86BigfontCleanup(void); + +_XFUNCPROTOEND + +#endif /* _XF86BIGFONT_SERVER_ */ + +#endif /* _XF86BIGFONT_H_ */ |