rnd-20030406-1-src
[rocksndiamonds.git] / src / libgame / system.h
index a2eda6d6eccfa7c89a644d96a7d4684128c8f1eb..0474bc7570405d8d376bf3017db47ad7732a744b 100644 (file)
@@ -318,9 +318,12 @@ struct FontBitmapInfo
   int src_x, src_y;            /* start position of animation frames */
   int width, height;           /* width/height of each animation frame */
   int draw_x, draw_y;          /* offset for drawing font characters */
+  int num_chars;
+  int num_chars_per_line;
 
 #if defined(TARGET_X11_NATIVE_PERFORMANCE_WORKAROUND)
   Pixmap *clip_mask;           /* single-char-only clip mask array for X11 */
+  int last_num_chars;          /* to free last font clip masks */
 #endif
 };