diff options
Diffstat (limited to 'src/stubs/getnewfntcid.c')
-rw-r--r-- | src/stubs/getnewfntcid.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stubs/getnewfntcid.c b/src/stubs/getnewfntcid.c new file mode 100644 index 0000000..a65fd27 --- /dev/null +++ b/src/stubs/getnewfntcid.c @@ -0,0 +1,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 */ |