aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-12-14 10:44:20 +0000
committerGerd Moellmann1999-12-14 10:44:20 +0000
commit54a91a0fc65cf0741c1efc4009147642f03dcb59 (patch)
treef2d8abc188f053ff73a0c592c3fa94a7832036e8 /src
parentb624447c44216badc1cbd305eccd51fd26327d94 (diff)
downloademacs-54a91a0fc65cf0741c1efc4009147642f03dcb59.tar.gz
emacs-54a91a0fc65cf0741c1efc4009147642f03dcb59.zip
(show_mouse_face): Don't use updated_area, use TEXT_AREA.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
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)
6742 } 6742 }
6743 6743
6744 if (end_hpos > start_hpos) 6744 if (end_hpos > start_hpos)
6745 x_draw_glyphs (w, start_x, row, updated_area, 6745 x_draw_glyphs (w, start_x, row, TEXT_AREA,
6746 start_hpos, end_hpos, draw, NULL, NULL, 0); 6746 start_hpos, end_hpos, draw, NULL, NULL, 0);
6747 } 6747 }
6748 6748