changeset 91903:8dadab0712f6

* xterm.h (struct x_display_info): New member font.
author Kenichi Handa <handa@m17n.org>
date Sun, 17 Feb 2008 02:02:33 +0000
parents 153651069fb2
children c9a3274c0d40
files src/xterm.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.h	Sun Feb 17 02:01:59 2008 +0000
+++ b/src/xterm.h	Sun Feb 17 02:02:33 2008 +0000
@@ -176,6 +176,11 @@
   /* 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;