aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/msdos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msdos.c b/src/msdos.c
index 12235af8301..fdf8b078b3c 100644
--- a/src/msdos.c
+++ b/src/msdos.c
@@ -1422,7 +1422,7 @@ fast_find_position (struct window *w, int pos, int *hpos, int *vpos)
1422/* Take proper action when mouse has moved to the mode or top line of 1422/* Take proper action when mouse has moved to the mode or top line of
1423 window W, x-position X. MODE_LINE_P non-zero means mouse is on the 1423 window W, x-position X. MODE_LINE_P non-zero means mouse is on the
1424 mode line. X is relative to the start of the text display area of 1424 mode line. X is relative to the start of the text display area of
1425 W, so the width of bitmap areas and scroll bars must be subtracted 1425 W, so the width of fringes and scroll bars must be subtracted
1426 to get a position relative to the start of the mode line. */ 1426 to get a position relative to the start of the mode line. */
1427static void 1427static void
1428IT_note_mode_line_highlight (struct window *w, int x, int mode_line_p) 1428IT_note_mode_line_highlight (struct window *w, int x, int mode_line_p)