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