mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-10 04:27:45 -05: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_commit(wayl->pointer.surface);
|
||||
wl_display_flush(wayl->display);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue