Re: [AD] Destroying fonts

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


In reply to Michael Bukin (Michael Bukin <M.A.Bukin@xxxxxxxxxx>):
>I've aplied it to CVS.

One more patch.

--- c:/home/cvs/allegro/src/font.h	Sun May 14 21:16:56 2000
+++ d:/allegro/src/font.h	Sun Aug 27 02:08:56 2000
@@ -423,7 +423,8 @@
    NULL,                /* next range pointer */
    NULL,                /* render hook */
    NULL,                /* width hook */
-   NULL                 /* height hook */
+   NULL,                /* height hook */
+   NULL                 /* destroy hook */
 };
 
 
@@ -437,7 +438,8 @@
    &extended_a_font,    /* next range pointer */
    NULL,                /* render hook */
    NULL,                /* width hook */
-   NULL                 /* height hook */
+   NULL,                /* height hook */
+   NULL                 /* destroy hook */
 };
 
 
@@ -451,6 +453,7 @@
    &latin1_font,        /* next range pointer */
    NULL,                /* render hook */
    NULL,                /* width hook */
-   NULL                 /* height hook */
+   NULL,                /* height hook */
+   NULL                 /* destroy hook */
 };
 
Bye for now,
-- 
Laurence Withers, lwithers@xxxxxxxxxx
                http://www.lwithers.demon.co.uk/

Attachment: signature.asc
Description: PGP signature



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/