(fix_glyph): New function.
authorRichard M. Stallman <rms@gnu.org>
Sun, 6 Feb 1994 08:04:54 +0000 (08:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 6 Feb 1994 08:04:54 +0000 (08:04 +0000)
commit278feba9ce82a494b7ff14e695fc80fc0ed9cc16
tree59ea297ccf42865ddfa3712b9bf24ad7ea7801a7
parent50f580011d1792ecbda0284d19bf8fb6e63b7a13
(fix_glyph): New function.
(display_text_line, display_string): Use fix_glyph.

(copy_rope): Function deleted.
(copy_part_of_rope): Merge the glyph's face using compute_glyph_face.
Take frame as additional arg.
(display_text_line): Use copy_part_of_rope always, not copy_rope.
Pass the frame as arg.
(display_string): Likewise.

(display_count_lines): Pass new arg to scan_buffer.

(display_menu_bar): Pass explicit max arg to display_string.
(display_string): New arg OBEY_WINDOW_WIDTH.  All callers changed.
src/xdisp.c