aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 3811585d0f6..451dd54dd8a 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -2940,7 +2940,7 @@ w32_new_focus_frame (struct w32_display_info *dpyinfo, struct frame *frame)
2940 dpyinfo->w32_pending_autoraise_frame = NULL; 2940 dpyinfo->w32_pending_autoraise_frame = NULL;
2941 } 2941 }
2942 2942
2943 w32_reframe_highlight_1 (dpyinfo); 2943 w32_frame_rehighlight_1 (dpyinfo);
2944} 2944}
2945 2945
2946 2946