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