diff options
Diffstat (limited to 'nx-X11/lib/font/stubs/delfntcid.c')
-rw-r--r-- | nx-X11/lib/font/stubs/delfntcid.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nx-X11/lib/font/stubs/delfntcid.c b/nx-X11/lib/font/stubs/delfntcid.c new file mode 100644 index 000000000..af5c0a881 --- /dev/null +++ b/nx-X11/lib/font/stubs/delfntcid.c @@ -0,0 +1,13 @@ +/* $XFree86$ */ + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif +#include "stubs.h" + +void +DeleteFontClientID(Font id) +{ +} + +/* end of file */ |