summaryrefslogtreecommitdiff
path: root/src/stubs/getcres.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stubs/getcres.c')
-rw-r--r--src/stubs/getcres.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stubs/getcres.c b/src/stubs/getcres.c
new file mode 100644
index 0000000..e1ce577
--- /dev/null
+++ b/src/stubs/getcres.c
@@ -0,0 +1,11 @@
+/* $XFree86: xc/lib/font/stubs/getcres.c,v 1.1 1999/01/11 05:13:20 dawes Exp $ */
+
+#include "stubs.h"
+
+FontResolutionPtr
+GetClientResolutions(int *num)
+{
+ return (FontResolutionPtr) 0;
+}
+
+/* end of file */