x11: Flush the X output buffer after changing mouse mode

This commit is contained in:
Ignacio Etcheverry 2016-04-12 16:20:28 +02:00
parent d454e64f42
commit 5907a007dc

View file

@ -541,6 +541,8 @@ void OS_X11::set_mouse_mode(MouseMode p_mode) {
} else {
do_mouse_warp=false;
}
XFlush(x11_display);
}
void OS_X11::warp_mouse_pos(const Point2& p_to) {