From: Eli Zaretskii Date: Sat, 27 Apr 2019 07:43:05 +0000 (+0300) Subject: Fix MS-Windows build broken by a recent commit X-Git-Tag: emacs-27.0.90~3064 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb834ea3f0226cf0de740445dc11dccd6e867779;p=emacs.git Fix MS-Windows build broken by a recent commit * src/w32term.c (w32_new_focus_frame): Fix a typo in a recent commit. --- 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); }