blob: cbb544f0ce334c868937887bf9af42646413f403 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $XFree86: xc/lib/font/stubs/stfntcfnt.c,v 1.1 1999/01/11 05:13:21 dawes Exp $ */
#include "stubs.h"
int
StoreFontClientFont(FontPtr pfont, Font id)
{
return 0;
}
/* end of file */
|