changeset 38988:53ae5a92e2fc

(direct_output_for_insert): Set updated_area before insering/writing glyphs.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 28 Aug 2001 09:01:08 +0000
parents ed3999d78305
children 6dcbf4154ff0
files src/dispnew.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Tue Aug 28 09:00:21 2001 +0000
+++ b/src/dispnew.c	Tue Aug 28 09:01:08 2001 +0000
@@ -3586,6 +3586,7 @@
      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)
     {