]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ft2.h
fix a case where r_hdr 1 can cause message spam (previously: crashes) for not existin...
[xonotic/darkplaces.git] / ft2.h
diff --git a/ft2.h b/ft2.h
index 6c1cf8129cdbba13037ec97975b0942be8a40ca3..78728c2dfd18778a164728f400578c32d1275693 100644 (file)
--- a/ft2.h
+++ b/ft2.h
@@ -43,7 +43,7 @@ typedef struct ft2_font_s
 
        // TODO: clean this up and do not expose everything.
        
-       //unsigned char  *data;
+       unsigned char  *data; // TODO: See if FT2 actually needs it to stay... probably does
        //fs_offset_t     datasize;
        void           *face;
 
@@ -55,6 +55,8 @@ typedef struct ft2_font_s
        size_t            attachmentcount;
        ft2_attachment_t *attachments;
 
+       ft2_settings_t *settings;
+
        // fallback mechanism
        struct ft2_font_s *next;
 } ft2_font_t;