aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32console.c')
-rw-r--r--src/w32console.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/w32console.c b/src/w32console.c
index ee92a593301..a707344efc8 100644
--- a/src/w32console.c
+++ b/src/w32console.c
@@ -636,13 +636,7 @@ initialize_w32_display (struct terminal *term, int *width, int *height)
636 term->frame_up_to_date_hook = 0; 636 term->frame_up_to_date_hook = 0;
637 637
638 /* Initialize the mouse-highlight data. */ 638 /* Initialize the mouse-highlight data. */
639 hlinfo = &term->display_info.tty->mouse_highlight; 639 reset_mouse_highlight (&term->display_info.tty->mouse_highlight);
640 hlinfo->mouse_face_beg_row = hlinfo->mouse_face_beg_col = -1;
641 hlinfo->mouse_face_end_row = hlinfo->mouse_face_end_col = -1;
642 hlinfo->mouse_face_face_id = DEFAULT_FACE_ID;
643 hlinfo->mouse_face_mouse_frame = NULL;
644 hlinfo->mouse_face_window = Qnil;
645 hlinfo->mouse_face_hidden = 0;
646 640
647 /* Initialize interrupt_handle. */ 641 /* Initialize interrupt_handle. */
648 init_crit (); 642 init_crit ();