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

#include "stubs.h"

int
StoreFontClientFont(FontPtr pfont, Font id)
{
    return 0;
}

/* end of file */