comparison 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
comparison
equal deleted inserted replaced
23021:2a8dbf5b77a8 23022:2dc474eaa693
309 extern Lisp_Object x_display_name_list; 309 extern Lisp_Object x_display_name_list;
310 310
311 /* Regexp matching a font name whose width is the same as `PIXEL_SIZE'. */ 311 /* Regexp matching a font name whose width is the same as `PIXEL_SIZE'. */
312 extern Lisp_Object Vx_pixel_size_width_font_regexp; 312 extern Lisp_Object Vx_pixel_size_width_font_regexp;
313 313
314 /* A flag to control how to display unibyte 8-bit character. */
315 extern int x_display_unibyte_char_with_fontset;
316
314 extern struct x_display_info *x_display_info_for_display (); 317 extern struct x_display_info *x_display_info_for_display ();
315 extern struct x_display_info *x_display_info_for_name (); 318 extern struct x_display_info *x_display_info_for_name ();
316 319
317 extern struct x_display_info *x_term_init (); 320 extern struct x_display_info *x_term_init ();
318 321