sync after sending focus

This commit is contained in:
Dana Jansens 2003-01-29 00:45:28 +00:00
parent 530da070ff
commit 01a76071df

View file

@ -1343,6 +1343,7 @@ bool Client::focus()
XSendEvent(**otk::display, _window, False, NoEventMask, &ce);
}
XSync(**otk::display, False);
return true;
}