summaryrefslogtreecommitdiff
path: root/graphics/libaux/files/patch-font.c
blob: fa65d7af3ad44b2bb67afcb92dd2980814cec71f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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();
     }
 }