summaryrefslogtreecommitdiff
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2012-07-08 19:38:43 +0300
committerEli Zaretskii <eliz@gnu.org>2012-07-08 19:38:43 +0300
commit3434fe8a236bb8fcb098c713b6383810c16a721d (patch)
tree3fa377aca0211995ad335e5d9a81c84229f05f26 /src/dispextern.h
parentc4b3bc8aaf01a9e3fdd14072ae49316ae4fb4f3b (diff)
downloademacs-3434fe8a236bb8fcb098c713b6383810c16a721d.tar.gz
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.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h3
1 files changed, 1 insertions, 2 deletions
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 *);