Fix MS-Windows build broken by a recent commit
* src/w32term.c (w32_new_focus_frame): Fix a typo in a recent commit.
This commit is contained in:
parent
9921b78a4d
commit
fb834ea3f0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue