1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(show_mouse_face): Don't use updated_area, use TEXT_AREA.

This commit is contained in:
Gerd Moellmann 1999-12-14 10:44:20 +00:00
parent b624447c44
commit 54a91a0fc6

View file

@ -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);
}