summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cc b/src/client.cc
index 572c383a..77906e80 100644
--- a/src/client.cc
+++ b/src/client.cc
@@ -1343,6 +1343,7 @@ bool Client::focus()
XSendEvent(**otk::display, _window, False, NoEventMask, &ce);
}
+ XSync(**otk::display, False);
return true;
}