mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
wayland: flush after commit new pointer surface
This commit is contained in:
parent
c118ed9252
commit
a291999f2c
1 changed files with 1 additions and 0 deletions
|
|
@ -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_set_buffer_scale(wayl->pointer.surface, scale);
|
||||||
wl_surface_commit(wayl->pointer.surface);
|
wl_surface_commit(wayl->pointer.surface);
|
||||||
|
wl_display_flush(wayl->display);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue