X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=ft2_fontdefs.h;h=3f08187db52e355bc65d1058273c3f75e0ac49da;hb=e8c89b487e574728d3d23915035086d2d1bbee33;hp=87fba4c56542dccef8ac4554b9c17bb63af4b544;hpb=0a30db49908c1ebe86961af4366fe1b8312c2cb6;p=xonotic%2Fdarkplaces.git diff --git a/ft2_fontdefs.h b/ft2_fontdefs.h index 87fba4c5..3f08187d 100644 --- a/ft2_fontdefs.h +++ b/ft2_fontdefs.h @@ -34,7 +34,7 @@ struct ft2_font_map_s float intSize; int glyphSize; - rtexture_t *texture; + cachepic_t *pic; qboolean static_tex; glyph_slot_t glyphs[FONT_CHARS_PER_MAP]; @@ -50,7 +50,7 @@ struct ft2_font_map_s struct ft2_attachment_s { - unsigned char *data; + const unsigned char *data; fs_offset_t size; };