summaryrefslogtreecommitdiff
path: root/src/stubs/getnewfntcid.c
blob: 7253d215602541e924aa77d225ce376868e8150c (plain)
1
2
3
4
5
6
7
8
9
10
11
/* $XFree86$ */

#include "stubs.h"

Font
GetNewFontClientID(void)
{
    return (Font)0;
}

/* end of file */