comparison src/xterm.h @ 23037:88fadff500be

x_display_unibyte_char_with_fontset renamed to unibyte_display_via_language_environment.
author Richard M. Stallman <rms@gnu.org>
date Sat, 15 Aug 1998 23:00:07 +0000
parents c458948948a9
children 7505930b5456
comparison
equal deleted inserted replaced
23036:ee3a3af924b4 23037:88fadff500be
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. */ 314 /* A flag to control how to display unibyte 8-bit character. */
315 extern int x_display_unibyte_char_with_fontset; 315 extern int unibyte_display_via_language_environment;
316 316
317 extern struct x_display_info *x_display_info_for_display (); 317 extern struct x_display_info *x_display_info_for_display ();
318 extern struct x_display_info *x_display_info_for_name (); 318 extern struct x_display_info *x_display_info_for_name ();
319 319
320 extern struct x_display_info *x_term_init (); 320 extern struct x_display_info *x_term_init ();