* src/xterm.c (x_focus_frame): Set input focus on outer window.

This commit is contained in:
Po Lu 2022-01-27 09:33:11 +08:00
parent 7116092eaf
commit 458024a3d9

View file

@ -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);