diff options
Diffstat (limited to 'graphics/libaux/files/patch-font.c')
| -rw-r--r-- | graphics/libaux/files/patch-font.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/libaux/files/patch-font.c b/graphics/libaux/files/patch-font.c new file mode 100644 index 000000000000..e8646d79ca3c --- /dev/null +++ b/graphics/libaux/files/patch-font.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- 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(); + } + } |
