comparison src/dispextern.h @ 68666:19e332a980f7

(unibyte_display_via_language_environment): Extern it.
author Kenichi Handa <handa@m17n.org>
date Tue, 07 Feb 2006 07:58:19 +0000
parents 3bd95f4f2941
children 770e629b410a b98066f4aa10 c5406394f567
comparison
equal deleted inserted replaced
68665:c4dbf24d637f 68666:19e332a980f7
2653 extern Lisp_Object help_echo_object, previous_help_echo_string; 2653 extern Lisp_Object help_echo_object, previous_help_echo_string;
2654 extern int help_echo_pos; 2654 extern int help_echo_pos;
2655 extern struct frame *last_mouse_frame; 2655 extern struct frame *last_mouse_frame;
2656 extern int last_tool_bar_item; 2656 extern int last_tool_bar_item;
2657 extern int mouse_autoselect_window; 2657 extern int mouse_autoselect_window;
2658 extern int unibyte_display_via_language_environment;
2659
2658 extern void reseat_at_previous_visible_line_start P_ ((struct it *)); 2660 extern void reseat_at_previous_visible_line_start P_ ((struct it *));
2659 2661
2660 extern int calc_pixel_width_or_height P_ ((double *, struct it *, Lisp_Object, 2662 extern int calc_pixel_width_or_height P_ ((double *, struct it *, Lisp_Object,
2661 /* XFontStruct */ void *, int, int *)); 2663 /* XFontStruct */ void *, int, int *));
2662 2664