getcres.c revision 23a0898a
1#ifdef HAVE_CONFIG_H
2#include <config.h>
3#endif
4#include "stubs.h"
5
6#ifdef __SUNPRO_C
7#pragma weak GetClientResolutions
8#endif
9
10weak FontResolutionPtr
11GetClientResolutions(int *num)
12{
13  return (FontResolutionPtr) 0;
14}
15