Mercurial > emacs
changeset 23022:2dc474eaa693
(x_display_unibyte_char_with_fontset): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 15 Aug 1998 01:28:14 +0000 |
parents | 2a8dbf5b77a8 |
children | 720d197458cf |
files | src/xterm.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.h Fri Aug 14 09:02:48 1998 +0000 +++ b/src/xterm.h Sat Aug 15 01:28:14 1998 +0000 @@ -311,6 +311,9 @@ /* Regexp matching a font name whose width is the same as `PIXEL_SIZE'. */ extern Lisp_Object Vx_pixel_size_width_font_regexp; +/* A flag to control how to display unibyte 8-bit character. */ +extern int x_display_unibyte_char_with_fontset; + extern struct x_display_info *x_display_info_for_display (); extern struct x_display_info *x_display_info_for_name ();