Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / ui / views / widget / desktop_aura / x11_whole_screen_move_loop.cc
index 09e36dc..5bbfb29 100644 (file)
@@ -257,6 +257,7 @@ bool X11WholeScreenMoveLoop::GrabPointerAndKeyboard(gfx::NativeCursor cursor) {
   }
 
   XUngrabServer(display);
+  XFlush(display);
   return ret == GrabSuccess;
 }