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

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "stubs.h"

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

/* end of file */