blob: e1ce5775aca91e3e3d011ba52b3a2d2f67f0e9f8 (
plain)
1
2
3
4
5
6
7
8
9
10
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 */
|