rnd-20030223-2-src
[rocksndiamonds.git] / src / libgame / text.c
index bc2a366dbea15a8b8f87b17f8893409bc7e9c6ce..2e4262d0985763b8f82db350353ef17ba60198b6 100644 (file)
@@ -107,7 +107,7 @@ static void InitFontClipmasks()
 }
 #endif /* TARGET_X11_NATIVE_PERFORMANCE_WORKAROUND */
 
-void InitFontInfo(struct FontInfo *font_info, int num_fonts)
+void InitFontInfo(struct FontBitmapInfo *font_info, int num_fonts)
 {
   gfx.num_fonts = num_fonts;
   gfx.font = font_info;
@@ -189,7 +189,7 @@ void DrawText(int x, int y, char *text, int font)
 void DrawTextExt(DrawBuffer *dst_bitmap, int dst_x, int dst_y, char *text,
                 int font_nr, int mask_mode)
 {
-  struct FontInfo *font = &gfx.font[font_nr];
+  struct FontBitmapInfo *font = &gfx.font[font_nr];
   boolean print_inverse = FALSE;
 
   if (font->bitmap == NULL)