From 54a91a0fc65cf0741c1efc4009147642f03dcb59 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 14 Dec 1999 10:44:20 +0000 Subject: [PATCH] (show_mouse_face): Don't use updated_area, use TEXT_AREA. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5