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