diff options
Diffstat (limited to 'nx-X11/lib/font/stubs/findoldfnt.c')
-rw-r--r-- | nx-X11/lib/font/stubs/findoldfnt.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/nx-X11/lib/font/stubs/findoldfnt.c b/nx-X11/lib/font/stubs/findoldfnt.c new file mode 100644 index 000000000..218ecd479 --- /dev/null +++ b/nx-X11/lib/font/stubs/findoldfnt.c @@ -0,0 +1,14 @@ +/* $XFree86$ */ + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif +#include "stubs.h" + +FontPtr +find_old_font(FSID id) +{ + return (FontPtr)NULL; +} + +/* end of file */ |