(direct_output_for_insert): Set updated_area

before insering/writing glyphs.
This commit is contained in:
Gerd Moellmann 2001-08-28 09:01:08 +00:00
parent 43744cb9bd
commit 9d1268155d

View file

@ -3586,6 +3586,7 @@ direct_output_for_insert (g)
implemented for X frames. The implementation uses updated_window
and updated_row. */
updated_row = glyph_row;
updated_area = TEXT_AREA;
update_begin (f);
if (rif)
{