From: Kenichi Handa Date: Sun, 17 Feb 2008 02:02:33 +0000 (+0000) Subject: * xterm.h (struct x_display_info): New member font. X-Git-Tag: emacs-pretest-23.0.90~7901 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08c447f96e35ec60a252926ca64ad0efd81049cb;p=emacs.git * xterm.h (struct x_display_info): New member font. --- diff --git a/src/xterm.h b/src/xterm.h index 9fa2a36ae08..a563fb9701f 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -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;