$FreeBSD: ports/graphics/libaux/files/patch-font.c,v 1.1 2001/03/14 12:15:06 sobomax Exp $ --- font.c 2001/03/14 10:51:36 1.1 +++ font.c 2001/03/14 10:51:48 @@ -32,7 +32,7 @@ void auxCreateFont(void) { bitmapBase = glGenLists(256); - if (auxCreateBitmapFont(bitmapBase) == GL_FALSE) { + if (tkCreateBitmapFont(bitmapBase) == GL_FALSE) { auxQuit(); } }