summaryrefslogtreecommitdiff
path: root/src/stubs/getdefptsize.c
blob: ada6c6a4b4eb80c7f7bee2988fc6c759d9c3e55a (plain)
1
2
3
4
5
6
7
8
9
10
11
/* $XFree86: xc/lib/font/stubs/getdefptsize.c,v 1.1 1999/01/11 05:13:20 dawes Exp $ */

#include "stubs.h"

int
GetDefaultPointSize(void)
{
    return 0;
}

/* end of file */