diff src/xterm.h @ 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 c3b29b916c9c
children c458948948a9
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 ();