diff --git a/gui-agent/vmside.c b/gui-agent/vmside.c index fd76f4db..09aa3207 100644 --- a/gui-agent/vmside.c +++ b/gui-agent/vmside.c @@ -1812,7 +1812,7 @@ static void handle_focus(Ghandles * g, XID winid) } // Give input focus only to window that set the input hint - if (input_hint) + if (input_hint || use_take_focus) XSetInputFocus(g->display, winid, RevertToParent, g->time); // Do not send take focus if the window doesn't support it