summaryrefslogtreecommitdiff
path: root/src/stubs/getcres.c
blob: b564f24e672d4d1117c7fcef598aa5f214a82ef3 (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "stubs.h"

weak FontResolutionPtr
GetClientResolutions(int *num)
{
  return (FontResolutionPtr) 0;
}