blob: d890b8dd250f117b8d2b82de3d388da28c28f8f5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef LOADABLEFONTS
#include "stubs.h"
#include <X11/fonts/fontmod.h>
weak FontModule *FontModuleList;
#endif /* LOADABLEFONTS */
|