aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/font/stubs/getnewfntcid.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/font/stubs/getnewfntcid.c')
-rw-r--r--nx-X11/lib/font/stubs/getnewfntcid.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/nx-X11/lib/font/stubs/getnewfntcid.c b/nx-X11/lib/font/stubs/getnewfntcid.c
new file mode 100644
index 000000000..5a1e9270a
--- /dev/null
+++ b/nx-X11/lib/font/stubs/getnewfntcid.c
@@ -0,0 +1,14 @@
+/* $XFree86$ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+#include "stubs.h"
+
+Font
+GetNewFontClientID(void)
+{
+ return (Font)0;
+}
+
+/* end of file */