aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 032912c27f4..ab6afd32c75 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -723,21 +723,7 @@ static void
723w32_frame_up_to_date (struct frame *f) 723w32_frame_up_to_date (struct frame *f)
724{ 724{
725 if (FRAME_W32_P (f)) 725 if (FRAME_W32_P (f))
726 { 726 FRAME_MOUSE_UPDATE (f);
727 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (f);
728
729 if (hlinfo->mouse_face_deferred_gc
730 || f == hlinfo->mouse_face_mouse_frame)
731 {
732 block_input ();
733 if (hlinfo->mouse_face_mouse_frame)
734 note_mouse_highlight (hlinfo->mouse_face_mouse_frame,
735 hlinfo->mouse_face_mouse_x,
736 hlinfo->mouse_face_mouse_y);
737 hlinfo->mouse_face_deferred_gc = 0;
738 unblock_input ();
739 }
740 }
741} 727}
742 728
743 729
@@ -5979,7 +5965,6 @@ x_free_frame_resources (struct frame *f)
5979 hlinfo->mouse_face_end_row 5965 hlinfo->mouse_face_end_row
5980 = hlinfo->mouse_face_end_col = -1; 5966 = hlinfo->mouse_face_end_col = -1;
5981 hlinfo->mouse_face_window = Qnil; 5967 hlinfo->mouse_face_window = Qnil;
5982 hlinfo->mouse_face_deferred_gc = 0;
5983 hlinfo->mouse_face_mouse_frame = 0; 5968 hlinfo->mouse_face_mouse_frame = 0;
5984 } 5969 }
5985 5970