diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 17:15:02 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 17:15:02 +0000 |
commit | c7506e39de0a72680c0ee181fa6a5666a460764d (patch) | |
tree | 76be900f06bcc96a1ec50df8787af2f4b366de00 /lib/libXfont/src/stubs/getcres.c | |
parent | 3b886ee63fdb7ea8f170a5e212f7a28c81c7a5b3 (diff) |
import from X.Org 7.2RC1
Diffstat (limited to 'lib/libXfont/src/stubs/getcres.c')
-rw-r--r-- | lib/libXfont/src/stubs/getcres.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libXfont/src/stubs/getcres.c b/lib/libXfont/src/stubs/getcres.c new file mode 100644 index 000000000..b564f24e6 --- /dev/null +++ b/lib/libXfont/src/stubs/getcres.c @@ -0,0 +1,10 @@ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif +#include "stubs.h" + +weak FontResolutionPtr +GetClientResolutions(int *num) +{ + return (FontResolutionPtr) 0; +} |