From 3434fe8a236bb8fcb098c713b6383810c16a721d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 8 Jul 2012 19:38:43 +0300 Subject: Cleanup changes following fix for bug #11832. src/ xdisp.c (display_line): Add commentary about displaying truncation glyphs on GUI frames. (produce_special_glyphs): Move here from term.c. src/term.c (produce_special_glyphs): Move to xdisp.c. src/dispextern.h (produce_special_glyphs): Move prototype to xdisp.c section. --- src/dispextern.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dispextern.h') diff --git a/src/dispextern.h b/src/dispextern.h index 7d9f913e4f1..b08d6107b80 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -3065,7 +3065,7 @@ extern ptrdiff_t compute_display_string_pos (struct text_pos *, extern ptrdiff_t compute_display_string_end (ptrdiff_t, struct bidi_string_data *); extern void produce_stretch_glyph (struct it *); - +extern void produce_special_glyphs (struct it *, enum display_element_type); #ifdef HAVE_WINDOW_SYSTEM @@ -3353,7 +3353,6 @@ extern int string_cost (const char *); extern int per_line_cost (const char *); extern void calculate_costs (struct frame *); extern void produce_glyphs (struct it *); -extern void produce_special_glyphs (struct it *, enum display_element_type); extern int tty_capable_p (struct tty_display_info *, unsigned, unsigned long, unsigned long); extern void set_tty_color_mode (struct tty_display_info *, struct frame *); extern struct terminal *get_named_tty (const char *); -- cgit v1.2.1