Avoid overwriting the reversed_p flags in the glyph matrices.
commit39125b22488ab597dd137a174700fcaab616d597
authorEli Zaretskii <eliz@gnu.org>
Sun, 17 Aug 2014 14:58:04 +0000 (17 17:58 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 17 Aug 2014 14:58:04 +0000 (17 17:58 +0300)
treed6e27136de1640cd93a821b8c010cc3b9e18f76d
parent52e7a5b99f790dcc21cf84ba0ae6537ccee11efc
Avoid overwriting the reversed_p flags in the glyph matrices.

 Avoid overwriting the reversed_p flags in the glyph matrices when
 init_iterator or start_display are called.

 src/xdisp.c (init_iterator): Don't initialize the reversed_p flag of
 the glyph row here.
 (tool_bar_height, redisplay_tool_bar, try_window)
 (try_window_reusing_current_matrix, try_window_id)
 (get_overlay_arrow_glyph_row, display_menu_bar): Initialize the
 reversed_p flag of the iterator's glyph row where the glyph row
 is going to be redrawn.
src/ChangeLog
src/xdisp.c