aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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