blob: a65fd27670a085a88c2ae5f4c93c70c65a997883 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $XFree86: xc/lib/font/stubs/getnewfntcid.c,v 1.1 1999/01/11 05:13:20 dawes Exp $ */
#include "stubs.h"
Font
GetNewFontClientID(void)
{
return (Font)0;
}
/* end of file */
|