aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/font/stubs/getdefptsize.c
blob: 10a46c86e2e622134f9b235f4b0337a31deb48dc (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"

int
GetDefaultPointSize(void)
{
    return 0;
}

/* end of file */