mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
* src/xterm.c (x_focus_frame): Set input focus on outer window.
This commit is contained in:
parent
7116092eaf
commit
458024a3d9
1 changed files with 1 additions and 1 deletions
|
|
@ -14026,7 +14026,7 @@ x_focus_frame (struct frame *f, bool noactivate)
|
|||
}
|
||||
else
|
||||
{
|
||||
XSetInputFocus (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
|
||||
XSetInputFocus (FRAME_X_DISPLAY (f), FRAME_OUTER_WINDOW (f),
|
||||
RevertToParent, CurrentTime);
|
||||
if (!noactivate)
|
||||
x_ewmh_activate_frame (f);
|
||||
|
|
|
|||
Loading…
Reference in a new issue