From: Gerd Moellmann Date: Tue, 14 Dec 1999 10:44:20 +0000 (+0000) Subject: (show_mouse_face): Don't use updated_area, use TEXT_AREA. X-Git-Tag: emacs-pretest-21.0.90~5778 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54a91a0fc65cf0741c1efc4009147642f03dcb59;p=emacs.git (show_mouse_face): Don't use updated_area, use TEXT_AREA. --- diff --git a/src/xterm.c b/src/xterm.c index 715cb2e83cf..270bc76c785 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -6742,7 +6742,7 @@ show_mouse_face (dpyinfo, draw) } 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); }