changeset 26829:4189345a1b5d

(show_mouse_face): Don't use updated_area, use TEXT_AREA.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 14 Dec 1999 10:44:20 +0000
parents 983f253505d0
children e0b76e95d7be
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Tue Dec 14 10:19:59 1999 +0000
+++ b/src/xterm.c	Tue Dec 14 10:44:20 1999 +0000
@@ -6742,7 +6742,7 @@
 	}
 
       if (end_hpos > start_hpos)
-	x_draw_glyphs (w, start_x, row, updated_area, 
+	x_draw_glyphs (w, start_x, row, TEXT_AREA, 
 		       start_hpos, end_hpos, draw, NULL, NULL, 0);
     }