summaryrefslogtreecommitdiffstats
path: root/graphics/libaux/files/patch-font.c
blob: e8646d79ca3c0cbef1f6eaf82de91a6f2bf57a9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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();
     }
 }
OpenPOWER on IntegriCloud