wayland: flush after commit new pointer surface

This commit is contained in:
Daniel Eklöf 2020-01-03 19:04:42 +01:00
parent c118ed9252
commit a291999f2c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -961,6 +961,7 @@ wayl_cursor_set(struct wayland *wayl, const struct terminal *term)
wl_surface_set_buffer_scale(wayl->pointer.surface, scale);
wl_surface_commit(wayl->pointer.surface);
wl_display_flush(wayl->display);
return true;
}