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:
parent
b624447c44
commit
54a91a0fc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue