From fb834ea3f0226cf0de740445dc11dccd6e867779 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 27 Apr 2019 10:43:05 +0300 Subject: [PATCH] Fix MS-Windows build broken by a recent commit * src/w32term.c (w32_new_focus_frame): Fix a typo in a recent commit. --- src/w32term.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) dpyinfo->w32_pending_autoraise_frame = NULL; } - w32_reframe_highlight_1 (dpyinfo); + w32_frame_rehighlight_1 (dpyinfo); } -- 2.39.2