mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
* xterm.h (struct x_display_info): New member font.
This commit is contained in:
parent
74170e3879
commit
08c447f96e
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue