sync after sending focus
This commit is contained in:
parent
530da070ff
commit
01a76071df
1 changed files with 1 additions and 0 deletions
|
@ -1343,6 +1343,7 @@ bool Client::focus()
|
||||||
XSendEvent(**otk::display, _window, False, NoEventMask, &ce);
|
XSendEvent(**otk::display, _window, False, NoEventMask, &ce);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
XSync(**otk::display, False);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue