freebsd-ports/graphics/libaux/files/patch-font.c
Mathieu Arnold 8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00

11 lines
289 B
C

--- 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();
}
}