From c7506e39de0a72680c0ee181fa6a5666a460764d Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sat, 25 Nov 2006 17:15:02 +0000 Subject: import from X.Org 7.2RC1 --- lib/libXfont/include/X11/fonts/fontmod.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lib/libXfont/include/X11/fonts/fontmod.h (limited to 'lib/libXfont/include/X11/fonts/fontmod.h') diff --git a/lib/libXfont/include/X11/fonts/fontmod.h b/lib/libXfont/include/X11/fonts/fontmod.h new file mode 100644 index 000000000..42d277fd4 --- /dev/null +++ b/lib/libXfont/include/X11/fonts/fontmod.h @@ -0,0 +1,16 @@ +/* $XFree86: xc/lib/font/include/fontmod.h,v 1.2 1998/07/25 06:57:09 dawes Exp $ */ + +#ifndef _FONTMOD_H_ +#define _FONTMOD_H_ + +typedef void (*InitFont)(void); + +typedef struct { + InitFont initFunc; + char * name; + pointer module; +} FontModule; + +extern FontModule *FontModuleList; + +#endif /* _FONTMOD_H_ */ -- cgit v1.2.3