]> git.eshelyaron.com Git - emacs.git/commitdiff
* xterm.h (struct x_display_info): New member font.
authorKenichi Handa <handa@m17n.org>
Sun, 17 Feb 2008 02:02:33 +0000 (02:02 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 17 Feb 2008 02:02:33 +0000 (02:02 +0000)
src/xterm.h

index 9fa2a36ae08f07092a263e880d3d424c042c3d25..a563fb9701f427bbe340bc59d29545baa28bf47c 100644 (file)
@@ -176,6 +176,11 @@ struct x_display_info
   /* The current capacity of x_font_table.  */
   int font_table_size;
 
+#ifdef USE_FONT_BACKEND
+  /* This provides a commonly used Font ID on this display.  */
+  XFontStruct *font;
+#endif
+
   /* Minimum width over all characters in all fonts in font_table.  */
   int smallest_char_width;